fix auto-bump CI
This commit is contained in:
parent
9175a9476e
commit
2d3595708c
|
@ -1,9 +1,5 @@
|
||||||
name: NBC Bump PR
|
name: NBC Bump PR
|
||||||
|
on: [push]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
# maybe refactor using matrix but requires changes NBC side
|
# maybe refactor using matrix but requires changes NBC side
|
||||||
|
|
||||||
|
@ -22,7 +18,6 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: status-im/nimbus-eth2
|
repository: status-im/nimbus-eth2
|
||||||
ref: master
|
|
||||||
path: nbc
|
path: nbc
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
Loading…
Reference in New Issue