Skip to content

Commit 2d0b655

Browse files
Change ci schedule to Wednesday and Friday (#44)
1 parent fee5f10 commit 2d0b655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/2-local-vpod-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ on:
3737
required: false
3838
pull_request:
3939
schedule:
40-
# run at 7:00 PM GMT every night
41-
- cron: '0 19 * * *'
40+
# run at 7:00 PM GMT on Wednesday and Friday
41+
- cron: '0 19 * * WED,FRI'
4242

4343

4444
jobs:

0 commit comments

Comments
 (0)