Skip to content

Commit 1fa2ec6

Browse files
committed
[CI] Make scheduled job runs 4 times a day
1 parent 812626b commit 1fa2ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 12 * * *'
7+
- cron: "0 0,6,12,18 * * *"
88
workflow_dispatch:
99

1010
concurrency:

.github/workflows/perf-statistic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 12 * * *'
7+
- cron: "0 0,6,12,18 * * *"
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)