Stop nightly from running every hour.
This commit is contained in:
parent
78f552e24c
commit
3bdc947b2e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -2,7 +2,7 @@ name: Nightly
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '21 * * * *'
|
- cron: '21 7 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
|
|
Loading…
Reference in a new issue