mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 10:13:14 -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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 0 * * *
|
# At minute 0 on Monday, Wednesday, and Friday.
|
||||||
|
- cron: 0 * * * 1,3,5
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in a new issue