Skip to content

Commit e63eea4

Browse files
committed
Add explanatory comment on fail-fast setting
1 parent 3e9cd1d commit e63eea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
strategy:
14+
# These are short jobs, fail-fast would only hide information from us
1415
fail-fast: false
1516
matrix:
1617
python-version:

0 commit comments

Comments
 (0)