Cache cancel fix: Nim removed my boolean ability
This commit is contained in:
parent
9a39bda5f1
commit
1f0c296ac6
|
@ -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…
Reference in New Issue