Change schedule to every 6 hours.
This commit is contained in:
parent
72af7aeed5
commit
98e3acec98
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 */3 * * *'
|
||||
- cron: '0 */6 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user