Skip to content

Commit cb46eb9

Browse files
committed
tidymodels to rstudio
1 parent 4b616a9 commit cb46eb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ name: Weekly Tests
99
on:
1010
schedule:
1111
# At 00:00 on Monday
12-
- cron: "38 14 * * WED"
12+
- cron: "48 14 * * WED"
1313

1414
jobs:
1515
vetiver_main_pins_main:
1616
name: 'vetiver main, pins main'
17-
if: github.repository == 'tidymodels/vetiver-python'
17+
if: github.repository == 'rstudio/vetiver-python'
1818
runs-on: ubuntu-latest
1919

2020
strategy:
@@ -44,7 +44,7 @@ jobs:
4444

4545
vetiver_pypi_pins_main:
4646
name: 'vetiver pypi, pins main'
47-
if: github.repository == 'tidymodels/vetiver-python'
47+
if: github.repository == 'rstudio/vetiver-python'
4848
runs-on: ubuntu-latest
4949

5050
strategy:

0 commit comments

Comments
 (0)