Browse Source

rename action step

jrobinAV 8 months ago
parent
commit
cd06338aae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/trigger-benchmark.yml

+ 1 - 1
.github/workflows/trigger-benchmark.yml

@@ -7,7 +7,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-      - name: Trigger taipy-integration-testing
+      - name: Trigger taipy-benchmark computation
         uses: peter-evans/repository-dispatch@v1
         with:
           token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}