We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b7184 commit 82b6d7aCopy full SHA for 82b6d7a
1 file changed
.github/workflows/k9-svc-validation.yml
@@ -1,5 +1,14 @@
1
name: K9-SVC Validation
2
-on: [push, pull_request]
+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
12
13
jobs:
14
validate:
0 commit comments