ソースを参照

Merge pull request #658 from Avaiga/feature/integration-benchmark-workflow

chore: Add benchmark and integration testing dispatch
João André 1 年間 前
コミット
5bdb8a320d

+ 1 - 1
taipy/core/.github/workflows/trigger-benchmark.yml → .github/workflows/trigger-benchmark.yml

@@ -11,6 +11,6 @@ jobs:
         uses: peter-evans/repository-dispatch@v1
         with:
           token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}
-          repository: avaiga/taipy-integration-testing
+          repository: avaiga/taipy-benchmark
           event-type: benchmark
           client-payload: '{"repo": "taipy-core", "commitSHA": "${{ github.sha }}"}'

+ 0 - 0
taipy/core/.github/workflows/trigger-integration-tests.yml → .github/workflows/trigger-integration-tests.yml