Commit 4aa0fde
authored
ci: remove duplicate post-merge checks (#57)
## Summary
- run the protected static-check gate once on pull requests
- avoid repeating the same checks after the reviewed commit reaches
`main`
- retain the required always-reporting `static-checks` status
## Validation
- `actionlint -shellcheck=/opt/homebrew/bin/shellcheck
.github/workflows/static-checks.yml`
- `pnpm exec biome check .github/workflows/static-checks.yml`
- `git diff --check`
## Expected selective run
This workflow-only change should run change detection, workflow lint,
and the final required aggregator. It should skip dependency audit and
repository code checks.1 parent 0b6d34d commit 4aa0fde
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments