update: Run on saturdays, not fridays

This commit is contained in:
SebastianStork 2026-03-05 22:58:29 +01:00
parent 72a9eff74c
commit 6bbc771661
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -1,7 +1,7 @@
name: "Update"
on:
schedule:
- cron: "0 4 * * 2,5" # Tue, Fri at 04:00 UTC
- cron: "0 4 * * 2,6" # Tue, Sat at 04:00 UTC
workflow_dispatch:
jobs:
update: