summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 23:33:33 -0500
committerDax Raad <[email protected]>2026-01-30 23:33:33 -0500
commit571f5b31c9d50e9bf994feff93f8d0917a28acd6 (patch)
tree7819f841c77d9c01c4f4ac72244776b3a23eab94 /.github/workflows
parent644f0d4e9297f03d593fa7114f2f321a50823fe5 (diff)
downloadopencode-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.yml6
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: