mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
Don't cancel stable and unstable builds as well
This commit is contained in:
parent
87955f2d37
commit
b13751fb53
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -90,7 +90,9 @@ jobs:
|
||||
- name: Cancel Previous Runs (except master/devel)
|
||||
if: >
|
||||
steps.get_branch.outputs.branch_name != 'master' &&
|
||||
steps.get_branch.outputs.branch_name != 'devel'
|
||||
steps.get_branch.outputs.branch_name != 'devel' &&
|
||||
steps.get_branch.outputs.branch_name != 'stable' &&
|
||||
steps.get_branch.outputs.branch_name != 'unstable'
|
||||
uses: styfle/cancel-workflow-action@0.5.0
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user