Skip to content

Commit 6fc209d

Browse files
authored
Merge pull request #112 from rstudio/gha-fix
fix cron
2 parents 6a3c5e8 + 4b616a9 commit 6fc209d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Weekly Tests
99
on:
1010
schedule:
1111
# At 00:00 on Monday
12-
- cron: "14 36 * * WED"
12+
- cron: "38 14 * * WED"
1313

1414
jobs:
1515
vetiver_main_pins_main:

0 commit comments

Comments
 (0)