ci: Reduce retention for pr-context JSON file to a week

We don't need to keep this around fpr 90 days, let's keep it around
for a week.
This commit is contained in:
Daan De Meyer
2026-03-18 10:35:28 +01:00
committed by Daan De Meyer
parent 2967e89597
commit e87303d511

View File

@@ -133,6 +133,7 @@ jobs:
with:
path: pr-context.json
archive: false
retention-days: 7
review:
runs-on: ubuntu-latest