Commit 2d7231e
ci(proofs): add weekly schedule so the proof gate re-checks main
The Proofs Gate is path-filtered: the `changes` job skips the heavy
type-check unless a PR/push touches src/abi/**, cartridges/**/abi, etc.
A break already in main (merged before this gate existed, or via a path
the filter ignores) is therefore never re-detected — every off-path PR's
typecheck job is skipped and reports success to the required check.
Add a weekly `schedule` trigger. On a schedule event the detect step
leaves run=true (its default), so the full core + every-cartridge Idris2
type-check runs unconditionally against main and catches proof drift.
Motivated by a duplicate `allTake` definition that sat in
src/abi/Boj/SafetyLemmas.idr on main with a green gate (fixed separately).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 426a435 commit 2d7231e
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
| |||
0 commit comments