Fix cron schedule to run only at midnight weekly (#120)
- Was running every minute of the day on Sunday, whoops!
This commit is contained in:
parent
1cf980534c
commit
e5f92519f1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '* * * * 0'
|
||||
- cron: '0 0 * * 0'
|
||||
jobs:
|
||||
checks:
|
||||
name: Check
|
||||
|
|
Loading…
Reference in a new issue