mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
ci: run beta workflow on hourly schedule only
This commit is contained in:
parent
f390ac251d
commit
7aad2ee9ae
1 changed files with 2 additions and 4 deletions
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue