Skip to content

Commit 6b632a9

Browse files
authored
Update test.yml
1 parent b107515 commit 6b632a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Tests
22
on:
33
push:
4-
branches: "main"
4+
branches: ["main"]
55
pull_request:
6-
branches: "*"
6+
schedule:
7+
- cron: "0 8 * * *"
8+
79
jobs:
810
# Run "pre-commit run --all-files"
911
pre-commit:
@@ -35,10 +37,8 @@ jobs:
3537
fail-fast: false
3638
matrix:
3739
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
38-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
40+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
3941
exclude:
40-
- os: "ubuntu-latest"
41-
python-version: "3.6"
4242
- os: "windows-latest"
4343
python-version: "pypy-3.7"
4444
- os: "macos-latest"

0 commit comments

Comments
 (0)