Commit 74f153b
authored
Switch backfill-workflow-job from cron schedule to manual dispatch (#8177)
**Impact:** CI data backfill pipeline (DynamoDB + ClickHouse)
**Risk:** low
## What
Replaces the every-5-minute cron schedule on the backfill-workflow-job
workflow with `workflow_dispatch`, making it manual-trigger only.
## Why
The cron-based CI schedule is unreliable and in practice only runs
roughly every hour despite being configured for every 5 minutes.
Switching to manual dispatch avoids the false sense of regular execution
and lets operators trigger backfills on demand when actually needed.
see meta-pytorch/pytorch-gha-infra#1217
Signed-off-by: Jean Schmidt <contato@jschmidt.me>1 parent 75ece28 commit 74f153b
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments