CI: skip smatch, zloop, and zfs-arm for documentation-only changes

Follow-up to #18518, which skipped the qemu matrix on doc-only PRs.
zloop, zfs-arm, and smatch are irrelevant to doc-only changes.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Christos Longros <chris.longros@gmail.com>
Closes #18601
This commit is contained in:
Christos Longros
2026-05-29 02:32:07 +02:00
committed by GitHub
parent d13663b17c
commit ec65e4b6bb
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -3,6 +3,14 @@ name: smatch
on:
push:
pull_request:
paths-ignore:
- 'man/**'
- '**.md'
- 'AUTHORS'
- 'COPYRIGHT'
- 'LICENSE'
- 'NOTICE'
- '.gitignore'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+8
View File
@@ -3,6 +3,14 @@ name: zfs-arm
on:
push:
pull_request:
paths-ignore:
- 'man/**'
- '**.md'
- 'AUTHORS'
- 'COPYRIGHT'
- 'LICENSE'
- 'NOTICE'
- '.gitignore'
workflow_dispatch:
inputs:
gcc_ver:
+8
View File
@@ -3,6 +3,14 @@ name: zloop
on:
push:
pull_request:
paths-ignore:
- 'man/**'
- '**.md'
- 'AUTHORS'
- 'COPYRIGHT'
- 'LICENSE'
- 'NOTICE'
- '.gitignore'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}