change update to saturday

This commit is contained in:
Noah Masur 2024-10-07 21:00:45 -04:00
parent 3ef36c4873
commit 98c9c85e95
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ name: Update Flake
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '33 3 * * 0' # runs weekly on Sunday at 03:33
- cron: '33 3 * * 6' # runs weekly on Saturday at 03:33
permissions:
contents: write