Skip to content

Commit 9f7e560

Browse files
authored
Apply suggestions from code review
1 parent 7600476 commit 9f7e560

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint-and-built.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Linting and Building Workflow
44

55
on:
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: '34 12 * * SAT'
88
push:
99
branches:
1010
- '*'
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
version: [ '3.14', '3.13', '3.12', '3.11', '3.10', '3.9' ]
20-
format: [ html, latex ]
19+
version: [ '3.14', '3.13' ]
20+
format: [ html, epub ]
2121
steps:
2222
- uses: actions/setup-python@master
2323
with:
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
version: [ '3.14', '3.13', '3.12', '3.11', '3.10', '3.9' ]
50+
version: [ '3.14', '3.13' ]
5151
needs: [ 'build-translation' ]
5252
steps:
5353
- uses: actions/download-artifact@master
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
version: [ '3.14', '3.13', '3.12', '3.11', '3.10', '3.9' ]
69+
version: [ '3.14', '3.13' ]
7070
continue-on-error: true
7171
steps:
7272
- uses: actions/setup-python@master

0 commit comments

Comments
 (0)