mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 15:40:35 +00:00
chore(ci): improve queue by canceling jobs
This commit is contained in:
parent
db3117c493
commit
dfa8e97257
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -27,6 +27,10 @@ on:
|
||||
env:
|
||||
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
push-ghcr:
|
||||
name: Make
|
||||
|
Loading…
x
Reference in New Issue
Block a user