浏览代码

call benchmark and integration testing from the correct repo.

jrobinAV 1 年之前
父节点
当前提交
2be42effdd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/trigger-benchmark.yml
  2. 1 1
      .github/workflows/trigger-integration-tests.yml

+ 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 }}"}'