Skip to content

Commit 72bdf5b

Browse files
committed
chore(ci): bump crossref-tags baseline retention to 30 days
PRs that sit idle for a week or two should still find a baseline at their merge-base SHA. With 5-day retention they'd fall back to "changed-files only" rendering (which fires on every cross-reference tag in any touched file — noisy on maintenance PRs). Baseline is ~55 KB per master push, so 30 days of retention is trivial.
1 parent ad1388b commit 72bdf5b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_template.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,10 @@ jobs:
760760
with:
761761
name: crossref-tags-baseline
762762
path: crossref-tags.tsv
763-
retention-days: 5
763+
# 30 days: PRs that sit idle for a week or two should still find a
764+
# baseline at their merge-base SHA. The TSV is ~55 KB so the
765+
# storage cost is trivial.
766+
retention-days: 30
764767

765768
- name: prepare crossref bridge outputs
766769
# The privileged crossref_review.yml workflow_run job only fires

0 commit comments

Comments
 (0)