mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add another GitHub action to build beta packages on push or cron
This commit is contained in:
14
.github/workflows/cron-beta-repository.yaml
vendored
Normal file
14
.github/workflows/cron-beta-repository.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Update beta repository
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [runner2]
|
||||
steps:
|
||||
- name: Run script
|
||||
shell: bash {0}
|
||||
run: |
|
||||
run-one ./beta-repository.sh
|
||||
Reference in New Issue
Block a user