Skip to content

Commit b0951f0

Browse files
committed
ci: trigger fp-stability on every push
1 parent ae917e1 commit b0951f0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/fp-stability.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ name: FP Stability
2222
# Build takes ~20 min uncached; cached runs restore in ~30 s.
2323

2424
on:
25-
schedule:
26-
- cron: '0 5 * * 1' # Weekly Monday 5 AM UTC
27-
workflow_dispatch: # Manual trigger
25+
push:
26+
workflow_dispatch:
2827

2928
concurrency:
3029
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)