Skip to content

Commit 8f88871

Browse files
authored
Update test-translation.yml
1 parent 3fa2190 commit 8f88871

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-translation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version: [ 3.13 ]
20+
exclude:
21+
- file: "README.rst"
2022
continue-on-error: true
2123
steps:
2224
- uses: actions/setup-python@master
@@ -35,6 +37,8 @@ jobs:
3537
fail-fast: false
3638
matrix:
3739
version: [ 3.13 ]
40+
exclude:
41+
- file: "README.rst"
3842
format: [ html, latex ]
3943
steps:
4044
- uses: actions/setup-python@master
@@ -66,6 +70,8 @@ jobs:
6670
strategy:
6771
matrix:
6872
version: [ 3.13 ]
73+
exclude:
74+
- file: "README.rst"
6975
needs: [ 'build-translation' ]
7076
steps:
7177
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)