mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07: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:
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]
|
||||
|
||||
Reference in New Issue
Block a user