Commit 88d07f6
committed
fix(ci): use if:always() on validate job to prevent skip bypass
Match the ci-behavior pattern: validate job always runs and explicitly
checks for failures. Without if:always(), a skipped or cancelled
dependency would skip validate too — meaning the required status check
never reports, allowing merge without CI passing.1 parent 9a91465 commit 88d07f6
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
205 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
0 commit comments