Skip to content

Commit 4bcce4e

Browse files
committed
refactor(ci): reduce refresh-data to a dump smoke-test
Drop the weekly cron from refresh-data.yml (it duplicated weekly-refresh.yml, which now owns the Monday enrich+gate+dump+PR run). Keep the push:app/** + manual triggers so a change to engine code still verifies that app.dump generates end-to-end.
1 parent aef2ca2 commit 4bcce4e

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/refresh-data.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: refresh-data
22

3-
# Static-dump refresh (git-scraping pattern).
4-
# Pulls the latest TechAPI data, validates, regenerates dump/.
5-
# - weekly schedule keeps the static dump fresh
6-
# - manual trigger for on-demand rebuilds
3+
# Dump smoke-test: when engine code (app/**) changes, rebuild the static dump
4+
# from the latest TechAPI data and validate it — a fast guard that `app.dump`
5+
# still generates end-to-end. The weekly full refresh (enrich + integrity gate +
6+
# dump + PR to TechAPI) lives in weekly-refresh.yml; this no longer runs on a
7+
# schedule, to avoid duplicating that Monday run.
78
on:
8-
schedule:
9-
- cron: "17 6 * * 1" # Mondays 06:17 UTC (offset minute is polite, per git-scraping)
109
push:
1110
branches: [main]
1211
paths:

0 commit comments

Comments
 (0)