Skip to content

Commit 4aa0fde

Browse files
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

File tree

.github/workflows/static-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Static Checks
22

33
on:
44
pull_request:
5-
push:
6-
branches: [main]
75

86
permissions:
97
contents: read

0 commit comments

Comments
 (0)