Merge branch 'master' into release_v1.9.31

This commit is contained in:
balajisoundar 2023-08-01 09:42:24 +05:30
commit fcb7b04092
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,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 }}

View File

@ -60,7 +60,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: 0