ci: schedule beta workflow hourly to automate sync runs

This commit is contained in:
Dax Raad
2026-01-30 23:33:33 -05:00
parent 644f0d4e92
commit 571f5b31c9

View File

@@ -1,10 +1,8 @@
name: beta name: beta
on: on:
push: schedule:
branches: [dev] - cron: "0 * * * *"
pull_request:
types: [opened, synchronize, labeled, unlabeled]
jobs: jobs:
sync: sync: