You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data-raw: skip build_catalogue when no new data downloaded
build_catalogue.R was always saved unconditionally (including
Sys.Date() which changes every run), so git diff always detected a
change in datasets_catalogue.rda and a PR was opened every Monday
even when there was nothing new to report.
Each fetch script now sets an *_updated flag when it actually
downloads new data. fetch_all.R only sources build_catalogue.R and
describe_changes.R when at least one flag is TRUE, so the
.rda file and the PR are only touched on genuine updates.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments