diff --git a/.github/workflows/cron-beta-repository.yaml b/.github/workflows/cron-beta-repository.yaml new file mode 100644 index 000000000..ef08d840f --- /dev/null +++ b/.github/workflows/cron-beta-repository.yaml @@ -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