ci: schedule beta workflow hourly to automate sync runs
parent
644f0d4e92
commit
571f5b31c9
|
|
@ -1,10 +1,8 @@
|
|||
name: beta
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
types: [opened, synchronize, labeled, unlabeled]
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
|
|
|||
Loading…
Reference in New Issue