Merge pull request #366 from flatcar-linux/scripts

Add concurency setting to CI workflow
This commit is contained in:
Kai Lueke 2022-07-13 18:13:37 +02:00
commit ad499dc4e3

View File

@ -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: