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:14:11 +02:00
commit 9be829fe2d

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: