Ver código fonte

Call the correct workflow file

jrobinAV 1 ano atrás
pai
commit
b4978df095
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/trigger-integration-tests.yml

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

@@ -15,7 +15,7 @@ jobs:
           owner: Avaiga
           repo: taipy-integration-testing
           github_token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}
-          workflow_file_name: tests.yml
+          workflow_file_name: taipy-trigger-tests.yml
           ref: develop
           wait_interval: 60
           propagate_failure: true