We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fc209d + f1447d6 commit fdf6485Copy full SHA for fdf6485
1 file changed
.github/workflows/weekly.yml
@@ -9,12 +9,12 @@ name: Weekly Tests
9
on:
10
schedule:
11
# At 00:00 on Monday
12
- - cron: "38 14 * * WED"
+ - cron: "03 10 * * FRI"
13
14
jobs:
15
vetiver_main_pins_main:
16
name: 'vetiver main, pins main'
17
- if: github.repository == 'tidymodels/vetiver-python'
+ if: github.repository == 'rstudio/vetiver-python'
18
runs-on: ubuntu-latest
19
20
strategy:
@@ -44,7 +44,7 @@ jobs:
44
45
vetiver_pypi_pins_main:
46
name: 'vetiver pypi, pins main'
47
48
49
50
0 commit comments