diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 948da85de4..bf37503b06 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -94,7 +94,7 @@ jobs: # Only run if the build step is successful if: success() name: ci-test - uses: ./.github/workflows/ci-test-custom-script.yml + uses: ./.github/workflows/ci-test.yml secrets: inherit with: pr: ${{ github.event.client_payload.pull_request.number }} diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 341aab2572..178c8bffe6 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -60,7 +60,7 @@ jobs: # Only run if the build step is successful if: success() name: ci-test - uses: ./.github/workflows/ci-test-custom-script.yml + uses: ./.github/workflows/ci-test.yml secrets: inherit with: pr: 0