From 1a197dbbff2be31d81db3629e39bb82451652308 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:20:53 +0000 Subject: [PATCH 1/2] ci: cut Actions burn in .github/workflows/php-security.yml (scope push + concurrency-cancel) --- .github/workflows/php-security.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php-security.yml b/.github/workflows/php-security.yml index ddd238d..8cbb59d 100644 --- a/.github/workflows/php-security.yml +++ b/.github/workflows/php-security.yml @@ -11,7 +11,10 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -on: [push, pull_request] +on: + push: + branches: [main, master] + pull_request: permissions: contents: read jobs: From cf13d821c4de88b77d49649413e92a783150e946 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:20:54 +0000 Subject: [PATCH 2/2] ci: cut Actions burn in .github/workflows/rescript-deno-ci.yml (scope push + concurrency-cancel) --- .github/workflows/rescript-deno-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rescript-deno-ci.yml b/.github/workflows/rescript-deno-ci.yml index a7f1cd0..1a99a40 100644 --- a/.github/workflows/rescript-deno-ci.yml +++ b/.github/workflows/rescript-deno-ci.yml @@ -11,7 +11,10 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -on: [push, pull_request] +on: + push: + branches: [main, master] + pull_request: permissions: contents: read jobs: