Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim authored Sep 30, 2020
1 parent 19ed330 commit bdc864d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
access_token: ${{ github.token }}
Expand Down

0 comments on commit bdc864d

Please sign in to comment.