Skip to content

Commit 9f71643

Browse files
committed
ci: Cancel existing runs when a new push happens
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
1 parent c36c4f1 commit 9f71643

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Desktop ISO
22
on: push
33

4+
concurrency:
5+
group: ${{ github.ref }}
6+
cancel-in-progress: true
7+
48
jobs:
59
build:
610
runs-on: ubuntu-latest

machines/cachyos-dailylive.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
guest_os="linux"
22
disk_img="cachyos-dailylive/disk.qcow2"
3+
boot="legacy"
34
iso="$(realpath "$(find -name "*.iso" | head -n1)")"

0 commit comments

Comments
 (0)