diff options
| author | Dax Raad <[email protected]> | 2026-01-30 23:33:33 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 23:33:33 -0500 |
| commit | 571f5b31c9d50e9bf994feff93f8d0917a28acd6 (patch) | |
| tree | 7819f841c77d9c01c4f4ac72244776b3a23eab94 /.github/workflows | |
| parent | 644f0d4e9297f03d593fa7114f2f321a50823fe5 (diff) | |
| download | opencode-571f5b31c9d50e9bf994feff93f8d0917a28acd6.tar.gz opencode-571f5b31c9d50e9bf994feff93f8d0917a28acd6.zip | |
ci: schedule beta workflow hourly to automate sync runs
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: |
