diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index b9aa498962..85d5680538 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: