Skip to content

Commit a2fcc49

Browse files
ci: cut Actions burn — scope push triggers + concurrency-cancel (#51)
Automated by hypatia ci-health-sweep. Scopes `push` to the default branch (kills push+PR double-runs) and adds `concurrency: cancel-in-progress` to read-only PR checks. No SPDX/logic changes.
1 parent b75b9cc commit a2fcc49

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/php-security.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14-
on: [push, pull_request]
14+
on:
15+
push:
16+
branches: [main, master]
17+
pull_request:
1518
permissions:
1619
contents: read
1720
jobs:

.github/workflows/rescript-deno-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14-
on: [push, pull_request]
14+
on:
15+
push:
16+
branches: [main, master]
17+
pull_request:
1518
permissions:
1619
contents: read
1720
jobs:

0 commit comments

Comments
 (0)