From 6e2c0e3c17c24d00d6313d45517da1eca3c319e4 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 10 Jan 2021 17:34:02 +0100 Subject: [PATCH] and don't cancel testing either --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87c4b7f67..1e7da6511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,8 @@ jobs: steps.get_branch.outputs.branch_name != 'master' && steps.get_branch.outputs.branch_name != 'devel' && steps.get_branch.outputs.branch_name != 'stable' && - steps.get_branch.outputs.branch_name != 'unstable' + steps.get_branch.outputs.branch_name != 'unstable' && + steps.get_branch.outputs.branch_name != 'testing' uses: styfle/cancel-workflow-action@0.5.0 with: access_token: ${{ github.token }}