File tree Expand file tree Collapse file tree 2 files changed +4
-33
lines changed Expand file tree Collapse file tree 2 files changed +4
-33
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
push :
7
7
branches : [ staging, master ]
8
+ schedule :
9
+ # Weekly on Sunday
10
+ - cron : ' 0 0 * * 0'
8
11
9
12
jobs :
10
13
pre-commit :
@@ -18,16 +21,14 @@ jobs:
18
21
extra_args : --hook-stage manual --all-files
19
22
20
23
checks :
21
- name : Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
24
+ name : Check Python ${{ matrix.python-version }} on ${{ matrix.os }}
22
25
runs-on : ${{ matrix.os }}
23
26
strategy :
24
27
fail-fast : false
25
28
matrix :
26
29
os : ["ubuntu-24.04", "macos-14", "windows-2022"]
27
30
python-version : ["3.10", "3.11", "3.12"]
28
31
include :
29
- - os : ubuntu-24.04
30
- python-version : 3.7
31
32
- os : ubuntu-24.04
32
33
python-version : 3.8
33
34
- os : ubuntu-24.04
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments