Bläddra i källkod

Call the correct workflow file

jrobinAV 1 år sedan
förälder
incheckning
b4978df095
1 ändrade filer med 1 tillägg och 1 borttagningar
  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