diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/beta.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index b9aa49896..85d568053 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -1,10 +1,8 @@ name: beta on: - push: - branches: [dev] - pull_request: - types: [opened, synchronize, labeled, unlabeled] + schedule: + - cron: "0 * * * *" jobs: sync: |
