Commit 9f4f487
Fix full matrix not running on PRs
- configure: guard ci-skip check with event_name check so it always runs on
pull_request events (github.event.head_commit is null on PRs)
- build-macos: add needs: [configure], gate on configure success so ci-skip
propagates via dependency chain instead of re-checking head_commit.message
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9efa950 commit 9f4f487
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments