ci : Migrate PR workflow to Dime defenders (#26763)

## Description
Migrate PR workflow to Dime defenders
This commit is contained in:
yatinappsmith 2023-08-30 10:26:26 +05:30 committed by GitHub
parent a2ecee7c6a
commit 8d4d369384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}