summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-02-01 20:17:50 -0500
committerDax Raad <[email protected]>2026-02-01 20:17:50 -0500
commit7aad2ee9aee5c2a8b5edf9c6a293ba20b061a535 (patch)
tree47c397d8f0688bda3d2e5da28128d438c5a66bfd /.github/workflows
parentf390ac251dc2d7d64a5b1a97b9133fcf65c0a2b1 (diff)
downloadopencode-7aad2ee9aee5c2a8b5edf9c6a293ba20b061a535.tar.gz
opencode-7aad2ee9aee5c2a8b5edf9c6a293ba20b061a535.zip
ci: run beta workflow on hourly schedule only
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 c0526ac67..1ba25bce4 100644
--- a/.github/workflows/beta.yml
+++ b/.github/workflows/beta.yml
@@ -1,13 +1,11 @@
name: beta
on:
- workflow_dispatch:
- pull_request:
- types: [labeled, synchronize]
+ schedule:
+ - cron: "0 * * * *"
jobs:
sync:
- if: github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'beta')
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write