put conditional locks on nbc bump (#549)
This commit is contained in:
parent
3bf6acef23
commit
38333e45ae
|
@ -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…
Reference in New Issue