armbian-build/.github/workflows/cron-beta-repository.yaml
2021-05-02 11:29:21 -04:00

16 lines
289 B
YAML

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