Commit d5d4eab
committed
ci: de-gate required-check workflows to run on every PR base
codeql.yml and hypatia-scan.yml restricted their pull_request trigger to
branches:[main,master]. The jobs they run are required status checks, so on a
PR whose base is not main/master the check is never created and the PR is
blocked forever at "Expected — Waiting for status to be reported". Removing the
branch filter makes the required checks report on every PR base; push/schedule
triggers are unchanged. Mirrors the affinescript fix in #645.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UXXpaoiATzxcn3kW3eTM261 parent 0f9cd87 commit d5d4eab
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | | - | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | | - | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments