File tree 6 files changed +83
-144
lines changed
6 files changed +83
-144
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
on :
4
- push :
5
- branches-ignore :
6
- - " github-pages/*"
7
- - " gh-pages/*"
8
- - " main"
9
- - " master"
10
4
pull_request :
11
- types : [opened, reopened]
12
- schedule :
13
- # “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
14
- - cron : " 0 0 1/7 * *"
15
5
16
6
jobs :
17
7
33
23
run : true
34
24
35
25
slow-test-detection :
26
+ name : Run Slow or Expensive Tests (e.g. SaaS)?
36
27
runs-on : ubuntu-latest
37
28
steps :
38
29
- name : Detect Slow Tests
41
32
slow-tests
42
33
43
34
run-slow-tests :
35
+ name : Run Slow or Expensive Tests (e.g. SaaS) if Requested
44
36
uses : ./.github/workflows/run-tests.yml
45
37
needs : [ slow-test-detection ]
46
38
secrets : inherit
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
11
- ci-job :
12
- name : Checks
13
- uses : ./.github/workflows/checks.yml
14
- secrets : inherit
15
-
16
11
publish-docs :
17
12
name : Publish Documentation
18
13
uses : ./.github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+ ## Refactorings
4
+
5
+ * #68 : Update to Python 3.10
You can’t perform that action at this time.
0 commit comments