Group ISO builds

This commit is contained in:
Anton Hvornum 2022-05-08 18:10:26 +02:00
parent 7a61aa2845
commit 587882be4e
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ on:
types:
- created
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest