ci: schedule beta workflow hourly to automate sync runs
This commit is contained in:
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user