CI: add concurrency support to zfs-arm
checkstyle / checkstyle (push) Waiting to run
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
smatch / smatch (push) Waiting to run
zfs-arm / ZFS ARM build (push) Waiting to run
zfs-qemu / Setup (push) Waiting to run
zfs-qemu / qemu-x86 (push) Blocked by required conditions
zfs-qemu / Cleanup (push) Blocked by required conditions
zloop / zloop (push) Waiting to run

The zfs-arm workflow was the only build/test workflow without a
concurrency block, so superseded runs were not cancelled.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Christos Longros <chris.longros@gmail.com>
Closes #18608
This commit is contained in:
Christos Longros
2026-06-01 03:27:40 +02:00
committed by GitHub
parent bfb914ca58
commit 20d56830f9
+4
View File
@@ -19,6 +19,10 @@ on:
default: ""
description: "(optional) install specific GCC version, like '16'"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
zfs-arm:
name: ZFS ARM build