mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-16 16:38:07 +00:00
and don't cancel testing either
This commit is contained in:
parent
b13751fb53
commit
6e2c0e3c17
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user