mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
fix cron
This commit is contained in:
parent
b2c55477f7
commit
1b1d57c9be
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue