CI: fix mergify check for web3 ci status (#20209)

This commit is contained in:
Justin Starry
2021-09-25 10:49:32 -04:00
committed by GitHub
parent 10ef436285
commit 77020798c3
2 changed files with 10 additions and 2 deletions

View File

@ -11,6 +11,14 @@ on:
- "web3.js/**"
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:
runs-on: ubuntu-latest