Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fe000d

Browse files
committedJan 6, 2025·
[CI] Make scheduled job runs 4 times a day
1 parent 812626b commit 5fe000d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+1-1
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

+1-1
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)
Please sign in to comment.