mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 11:21:29 +00:00
Change build cron from every hour to every 3 hours
There is no need to check so often even it doesn't make any load
This commit is contained in:
parent
7d8a375a0f
commit
e1b237ff0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cron-beta-repository.yaml
vendored
2
.github/workflows/cron-beta-repository.yaml
vendored
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
branches: master
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 */3 * * *'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [runner2]
|
||||
|
|
Loading…
Add table
Reference in a new issue