Commit bc8f4ba
committed
fix(ci): validate gate finds ready PRs and always runs on dispatch
- Remove --draft filter from open_release_pr so validation works against
both draft and ready-for-review release PRs
- On workflow_dispatch with no open PR, fail immediately instead of
silently skipping
- On workflow_dispatch with a PR, always proceed regardless of src tree hash
- Cron path still uses should_validate to skip unchanged src trees1 parent aa02f2b commit bc8f4ba
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
714 | 713 | | |
715 | 714 | | |
716 | 715 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
346 | 348 | | |
347 | 349 | | |
| 350 | + | |
| 351 | + | |
348 | 352 | | |
349 | 353 | | |
350 | 354 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
| 355 | + | |
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
| |||
0 commit comments