Jelajahi Sumber

call benchmark and integration testing from the correct repo.

jrobinAV 1 tahun lalu
induk
melakukan
2be42effdd

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

@@ -13,4 +13,4 @@ jobs:
           token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}
           repository: avaiga/taipy-benchmark
           event-type: benchmark
-          client-payload: '{"repo": "taipy-core", "commitSHA": "${{ github.sha }}"}'
+          client-payload: '{"repo": "taipy", "commitSHA": "${{ github.sha }}"}'

+ 1 - 1
.github/workflows/trigger-integration-tests.yml

@@ -21,4 +21,4 @@ jobs:
           propagate_failure: true
           trigger_workflow: true
           wait_workflow: true
-          client_payload: '{"repo": "taipy-core", "commitSHA": "${{ github.sha }}"}'
+          client_payload: '{"repo": "taipy", "commitSHA": "${{ github.sha }}"}'