Skip to content

Commit c730ca3

Browse files
authored
Merge pull request #4370 from DataDog/sarahchen6/schedule-more-gha-runs
Schedule our GHA Unit Tests to run every hour
2 parents 19519f1 + a02b6e0 commit c730ca3

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 7 * * *
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 7 * * *' }
254+
{ 'cron' => '0 */4 * * 1-5' }
255255
]
256256
},
257257
'concurrency' => {

0 commit comments

Comments
 (0)