concurrency (#2017)
This commit is contained in:
parent
e29897dd44
commit
fa58dff4b7
3
.github/workflows/build_and_test.yml
vendored
3
.github/workflows/build_and_test.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
workflow_dispatch:
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
common:
|
||||
|
Loading…
x
Reference in New Issue
Block a user