Skip to content

Commit 9a081e8

Browse files
committed
Disable fail-fast in output-pdf job strategy
1 parent de91514 commit 9a081e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
output-pdf:
114114
runs-on: ubuntu-latest
115115
strategy:
116+
fail-fast: false
116117
matrix:
117118
version: [3.15, 3.14, 3.13, 3.12, 3.11, '3.10']
118119
needs: [build]

0 commit comments

Comments
 (0)