mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 11:18:25 +00:00
Cache cancel fix: Nim removed my boolean ability
This commit is contained in:
parent
9a39bda5f1
commit
1f0c296ac6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
|
||||
- name: Cancel Previous Runs (except master/devel)
|
||||
if: >
|
||||
steps.get_branch.outputs.branch_name != 'master' &&
|
||||
steps.get_branch.outputs.branch_name != 'master' ||
|
||||
steps.get_branch.outputs.branch_name != 'devel'
|
||||
uses: styfle/cancel-workflow-action@0.5.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user