Skip to content

Commit 7aad2ee

Browse files
committed
ci: run beta workflow on hourly schedule only
1 parent f390ac2 commit 7aad2ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/beta.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: beta
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
6-
types: [labeled, synchronize]
4+
schedule:
5+
- cron: "0 * * * *"
76

87
jobs:
98
sync:
10-
if: github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'beta')
119
runs-on: blacksmith-4vcpu-ubuntu-2404
1210
permissions:
1311
contents: write

0 commit comments

Comments
 (0)