put conditional locks on nbc bump (#549)
This commit is contained in:
parent
3bf6acef23
commit
38333e45ae
|
@ -207,6 +207,7 @@ jobs:
|
|||
nimble test
|
||||
|
||||
bumpNBC-stable:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -246,6 +247,7 @@ jobs:
|
|||
title: nim-libp2p auto bump
|
||||
|
||||
bumpNBC-unstable:
|
||||
if: github.ref == 'refs/heads/unstable'
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue