diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 6758f86e98..7382b99b4e 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -66,7 +66,7 @@ jobs: # Only run if the build step is successful if: success() name: ci-test - uses: ./.github/workflows/ci-test.yml + uses: ./.github/workflows/ci-test-custom-script.yml secrets: inherit with: pr: ${{ github.event.client_payload.pull_request.number }}