Should run this and cancel previous CI
This commit is contained in:
parent
f3b7febc2e
commit
207e2df484
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@ -55,10 +55,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- 0.2.x
|
- 0.*.x
|
||||||
|
- pr/**/ci
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user