Cache cancel fix: Nim removed my boolean ability

This commit is contained in:
Mamy André-Ratsimbazafy 2020-09-25 20:48:33 +02:00
parent 9a39bda5f1
commit 1f0c296ac6
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 1 additions and 1 deletions

View File

@ -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: