armbian-build/.github/workflows/cron-beta-repository.yaml
Igor Pecovnik e1b237ff0c 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
2021-02-02 02:14:47 +01:00

15 lines
237 B
YAML

name: Build
on:
push:
branches: master
schedule:
- cron: '0 */3 * * *'
jobs:
build:
runs-on: [runner2]
steps:
- name: Run script
shell: bash {0}
run: |
run-one ./beta-repository.sh