Fix bumper CI (#894)
This commit is contained in:
parent
6887b43777
commit
fedfa8e817
|
@ -10,11 +10,12 @@ jobs:
|
||||||
bumpProjects:
|
bumpProjects:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: [
|
target: [
|
||||||
{ repo: status-im/nimbus-eth2, branch: unstable },
|
{ repo: status-im/nimbus-eth2, branch: unstable },
|
||||||
{ repo: status-im/nwaku, branch: master },
|
{ repo: waku-org/nwaku, branch: master },
|
||||||
{ repo: status-im/nim-codex, branch: main }
|
{ repo: codex-storage/nim-codex, branch: master }
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
|
|
Loading…
Reference in New Issue