From 8d4d369384a5c580c1b8c7a63e390ebb1617aa53 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:26:26 +0530 Subject: [PATCH] ci : Migrate PR workflow to Dime defenders (#26763) ## Description Migrate PR workflow to Dime defenders --- .github/workflows/integration-tests-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}