File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MPL-2.0
22name : Guix/Nix Package Policy
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main, master]
6+ pull_request :
7+
8+ # Estate guardrail: scope push to default branches so a PR fires once (not
9+ # push+PR), and cancel superseded runs. Safe — read-only PR-triggered check.
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
413
514permissions : read-all
615
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MPL-2.0
22name : NPM/Bun Blocker
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main, master]
6+ pull_request :
7+
8+ # Estate guardrail: scope push to default branches so a PR fires once (not
9+ # push+PR), and cancel superseded runs. Safe — read-only PR-triggered check.
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
413
514permissions :
615 contents : read
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MPL-2.0
22name : Code Quality
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main, master]
6+ pull_request :
7+
8+ # Estate guardrail: scope push to default branches so a PR fires once (not
9+ # push+PR), and cancel superseded runs. Safe — read-only PR-triggered check.
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
413
514
615permissions : read-all
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MPL-2.0
22name : Security Policy
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main, master]
6+ pull_request :
7+
8+ # Estate guardrail: scope push to default branches so a PR fires once (not
9+ # push+PR), and cancel superseded runs. Safe — read-only PR-triggered check.
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
413
514permissions : read-all
615
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MPL-2.0
22name : TypeScript/JavaScript Blocker
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main, master]
6+ pull_request :
7+
8+ # Estate guardrail: scope push to default branches so a PR fires once (not
9+ # push+PR), and cancel superseded runs. Safe — read-only PR-triggered check.
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
413
514permissions :
615 contents : read
You can’t perform that action at this time.
0 commit comments