mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
Update ci.yml
This commit is contained in:
parent
19ed330f74
commit
bdc864da0b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -82,8 +82,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Cancel Previous Runs (except master/devel)
|
- name: Cancel Previous Runs (except master/devel)
|
||||||
if: >
|
if: >
|
||||||
steps.get_branch.outputs.branch_name == 'master' ||
|
steps.get_branch.outputs.branch_name != 'master' &&
|
||||||
steps.get_branch.outputs.branch_name == 'devel'
|
steps.get_branch.outputs.branch_name != 'devel'
|
||||||
uses: styfle/cancel-workflow-action@0.5.0
|
uses: styfle/cancel-workflow-action@0.5.0
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user