Skip to content

Commit a02b6e0

Browse files
committed
Change frequency to every four hours, Mon-Fri.
1 parent 312fcef commit a02b6e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Unit Tests
1010
branches:
1111
- master
1212
schedule:
13-
- cron: 0 * * * *
13+
- cron: 0 */4 * * 1-5
1414
concurrency:
1515
group: "${{ github.workflow }}-${{ github.ref }}"
1616
cancel-in-progress: "${{ github.ref != 'refs/heads/master' }}"

tasks/github.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ namespace :github do
251251
]
252252
},
253253
'schedule' => [
254-
{ 'cron' => '0 * * * *' }
254+
{ 'cron' => '0 */4 * * 1-5' }
255255
]
256256
},
257257
'concurrency' => {

0 commit comments

Comments
 (0)