mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-29 04:12:21 +01:00
Merge pull request #366 from flatcar-linux/scripts
Add concurency setting to CI workflow
This commit is contained in:
commit
ad499dc4e3
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -33,6 +33,10 @@ on:
|
||||
This is the ref we will use to pull the changes from the coreos_remote.
|
||||
required: false
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user