Skip to content

Commit a891e3c

Browse files
committed
ci: cut Actions burn in .github/workflows/language-policy.yml (scope push + concurrency-cancel)
1 parent 53cbb5f commit a891e3c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/language-policy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SPDX-License-Identifier: MPL-2.0-or-later
22
name: Language Policy Enforcement
3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [main, master]
6+
pull_request:
47
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
58
# updates do not pile up queued runs against the shared account-wide
69
# Actions concurrency pool. Applied only to read-only check workflows

0 commit comments

Comments
 (0)