Merge pull request #366 from gabriel-samfira/add-concurency-to-workflow

Add concurency setting to CI workflow
This commit is contained in:
Kai Lüke 2022-07-06 10:53:23 +02:00 committed by GitHub
commit a5a7c60784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,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: