and don't cancel testing either

This commit is contained in:
Mamy Ratsimbazafy 2021-01-10 17:34:02 +01:00 committed by GitHub
parent b13751fb53
commit 6e2c0e3c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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