workflows/upate: Run only twice a week instead of thrice

This commit is contained in:
SebastianStork 2026-03-04 21:56:08 +01:00
parent 9cbeb8ac16
commit 927f056987
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

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