mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-23 11:20:02 +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
|
||||
|
||||
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…
x
Reference in New Issue
Block a user