mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
run automatic update less often
This commit is contained in:
parent
d272f58aa8
commit
a5a2f580af
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
@ -3,7 +3,8 @@ name: Flake Update / Build
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
# At minute 0 on Monday, Wednesday, and Friday.
|
||||
- cron: 0 * * * 1,3,5
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in a new issue