We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312fcef commit a02b6e0Copy full SHA for a02b6e0
.github/workflows/test.yml
@@ -10,7 +10,7 @@ name: Unit Tests
10
branches:
11
- master
12
schedule:
13
- - cron: 0 * * * *
+ - cron: 0 */4 * * 1-5
14
concurrency:
15
group: "${{ github.workflow }}-${{ github.ref }}"
16
cancel-in-progress: "${{ github.ref != 'refs/heads/master' }}"
tasks/github.rake
@@ -251,7 +251,7 @@ namespace :github do
251
]
252
},
253
'schedule' => [
254
- { 'cron' => '0 * * * *' }
+ { 'cron' => '0 */4 * * 1-5' }
255
256
257
'concurrency' => {
0 commit comments