This commit is contained in:
Daylin Morgan 2024-10-23 10:28:34 -05:00
parent b2c55477f7
commit 1b1d57c9be
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -3,8 +3,8 @@ name: Flake Update / Build
on:
workflow_dispatch:
schedule:
# At minute 0 on Monday, Wednesday, and Friday.
- cron: 0 * * * 1,3,5
# At minute 00:00 on Monday, Wednesday, and Friday.
- cron: 0 0 * * 1,3,5
permissions:
contents: write