From 9376782e122c1f4e1acdb40b070c8ace02bca251 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:03:41 +0000 Subject: [PATCH] ci: cut Actions burn in .github/workflows/language-policy.yml (scope push + concurrency-cancel) --- .github/workflows/language-policy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/language-policy.yml b/.github/workflows/language-policy.yml index d527fa2..bfd4628 100644 --- a/.github/workflows/language-policy.yml +++ b/.github/workflows/language-policy.yml @@ -1,6 +1,9 @@ # SPDX-License-Identifier: MPL-2.0-or-later name: Language Policy Enforcement -on: [push, pull_request] +on: + push: + branches: [main, master] + pull_request: # Estate guardrail: cancel superseded runs so re-pushes / rebased PR # updates do not pile up queued runs against the shared account-wide # Actions concurrency pool. Applied only to read-only check workflows