Merge branch 'master' into release_v1.9.31
This commit is contained in:
commit
fcb7b04092
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user