From 19ed330f74d6518b974f77e77f0fbdf881a3be85 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Wed, 30 Sep 2020 16:46:31 +0200 Subject: [PATCH] boolean fail gain --- .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 c6b866076..13a405454 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 }}