Group ISO builds
This commit is contained in:
parent
7a61aa2845
commit
587882be4e
|
|
@ -19,6 +19,10 @@ on:
|
|||
types:
|
||||
- created
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue