mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
boolean fail gain
This commit is contained in:
parent
a455dc1bc0
commit
19ed330f74
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -82,8 +82,8 @@ 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 == 'master' ||
|
||||
steps.get_branch.outputs.branch_name == 'devel'
|
||||
uses: styfle/cancel-workflow-action@0.5.0
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user