Skip to content

Commit 267df47

Browse files
authored
[CI] Make scheduled job runs 4 times a day (#160)
1 parent 2709ac0 commit 267df47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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:

Diff for: .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)