Skip to content

Commit 3b1859b

Browse files
committed
ci: cut Actions burn in .github/workflows/k9-svc-validation.yml (scope push + concurrency-cancel)
1 parent 07e9b4c commit 3b1859b

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/k9-svc-validation.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: K9-SVC Validation
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [main, master]
5+
pull_request:
6+
7+
# Estate guardrail: scope push to default branches (PR fires once, not
8+
# push+PR) and cancel superseded runs. Safe — read-only PR check.
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
312

413
jobs:
514
validate:

0 commit comments

Comments
 (0)