CI: fix mergify check for web3 ci status (#20209)
This commit is contained in:
8
.github/workflows/web3.yml
vendored
8
.github/workflows/web3.yml
vendored
@ -11,6 +11,14 @@ on:
|
|||||||
- "web3.js/**"
|
- "web3.js/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# needed for grouping check-web3 strategies into one check for mergify
|
||||||
|
all-web3-checks:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs:
|
||||||
|
- check-web3
|
||||||
|
steps:
|
||||||
|
- run: echo "Done"
|
||||||
|
|
||||||
check-web3:
|
check-web3:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ pull_request_rules:
|
|||||||
- -files~=^explorer/
|
- -files~=^explorer/
|
||||||
- or:
|
- or:
|
||||||
# only require web3 checks if web3.js files changed
|
# only require web3 checks if web3.js files changed
|
||||||
- status-success=check-web3
|
- status-success=all-web3-checks
|
||||||
- -files~=^web3.js/
|
- -files~=^web3.js/
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
@ -53,7 +53,7 @@ pull_request_rules:
|
|||||||
- -files~=^explorer/
|
- -files~=^explorer/
|
||||||
- or:
|
- or:
|
||||||
# only require web3 checks if web3.js files changed
|
# only require web3 checks if web3.js files changed
|
||||||
- status-success=check-web3
|
- status-success=all-web3-checks
|
||||||
- -files~=^web3.js/
|
- -files~=^web3.js/
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
|
Reference in New Issue
Block a user