mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-23 19:30:15 +00:00
put conditional locks on nbc bump (#549)
This commit is contained in:
parent
3bf6acef23
commit
38333e45ae
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -207,6 +207,7 @@ jobs:
|
|||||||
nimble test
|
nimble test
|
||||||
|
|
||||||
bumpNBC-stable:
|
bumpNBC-stable:
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -246,6 +247,7 @@ jobs:
|
|||||||
title: nim-libp2p auto bump
|
title: nim-libp2p auto bump
|
||||||
|
|
||||||
bumpNBC-unstable:
|
bumpNBC-unstable:
|
||||||
|
if: github.ref == 'refs/heads/unstable'
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user