From bdc864da0b0f84424c029321356f224d1ca35b57 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Wed, 30 Sep 2020 16:50:13 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13a405454..12efc9da2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}