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:
Igor Pecovnik 2021-02-02 02:14:47 +01:00
parent 7d8a375a0f
commit e1b237ff0c

View file

@ -3,7 +3,7 @@ on:
push:
branches: master
schedule:
- cron: '0 * * * *'
- cron: '0 */3 * * *'
jobs:
build:
runs-on: [runner2]