Skip to content

Commit a4ef626

Browse files
authored
Merge pull request #157 from rstudio/update-weekly
2 parents 5ae4f4c + 6860b63 commit a4ef626

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ name: Weekly Tests
99
on:
1010
schedule:
1111
- cron: "03 14 * * MON"
12+
push:
13+
branches: ['update-weekly']
1214

1315
jobs:
1416
vetiver_main_pins_main:
@@ -101,7 +103,7 @@ jobs:
101103
strategy:
102104
matrix:
103105
# Minimum and Maximum supported versions
104-
python-version: ['3.10']
106+
python-version: ['3.9']
105107

106108
steps:
107109
- name: Get latest release with tag from GitHub API
@@ -148,7 +150,7 @@ jobs:
148150
strategy:
149151
matrix:
150152
# Minimum and Maximum supported versions
151-
python-version: ['3.10']
153+
python-version: ['3.9']
152154

153155
steps:
154156
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)