We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ae4f4c + 6860b63 commit a4ef626Copy full SHA for a4ef626
1 file changed
.github/workflows/weekly.yml
@@ -9,6 +9,8 @@ name: Weekly Tests
9
on:
10
schedule:
11
- cron: "03 14 * * MON"
12
+ push:
13
+ branches: ['update-weekly']
14
15
jobs:
16
vetiver_main_pins_main:
@@ -101,7 +103,7 @@ jobs:
101
103
strategy:
102
104
matrix:
105
# Minimum and Maximum supported versions
- python-version: ['3.10']
106
+ python-version: ['3.9']
107
108
steps:
109
- name: Get latest release with tag from GitHub API
@@ -148,7 +150,7 @@ jobs:
148
150
149
151
152
153
154
155
156
- uses: actions/checkout@v2
0 commit comments