File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ name: Run Hook Tests
10
10
11
11
on :
12
12
# ===================== job triggers
13
- push :
14
- pull_request :
15
13
workflow_dispatch :
14
+ schedule :
15
+ - cron : " 0 2 * * 1"
16
16
17
17
jobs :
18
18
# ===================== run the tests
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ name: Run Version Tests
13
13
14
14
on :
15
15
# ===================== job triggers
16
+ push :
17
+ pull_request :
16
18
workflow_dispatch :
17
- schedule :
18
- - cron : " 0 2 * * 1"
19
19
20
20
jobs :
21
21
# ===================== run with conda
24
24
fail-fast : false
25
25
matrix :
26
26
system :
27
- - " ubuntu-latest"
28
- - " macos-latest"
29
27
- " windows-latest"
30
28
version :
31
- - " 3.10"
32
29
- " 3.11"
33
- - " 3.12"
34
- - " 3.13"
35
30
name : conda / ${{ matrix.system }} / ${{ matrix.version }}
36
31
runs-on : ${{ matrix.system }}
37
32
timeout-minutes : 20
59
54
fail-fast : false
60
55
matrix :
61
56
system :
62
- - " ubuntu-latest"
63
- - " macos-latest"
64
57
- " windows-latest"
65
58
version :
66
- - " 3.10"
67
59
- " 3.11"
68
- - " 3.12"
69
- - " 3.13"
70
60
name : pip / ${{ matrix.system }} / ${{ matrix.version }}
71
61
runs-on : ${{ matrix.system }}
72
62
timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments