Skip to content

Commit bd8a044

Browse files
committed
Disable fail-fast in test matrix in debug mode
Ref: pypa/gh-action-pypi-publish#322 (comment)
1 parent 2a4f756 commit bd8a044

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,12 @@ jobs:
439439
- pre-setup # transitive, for accessing settings
440440

441441
strategy:
442+
fail-fast: >-
443+
${{
444+
runner.debug == '1'
445+
&& 'false'
446+
|| 'true'
447+
}}
442448
matrix:
443449
towncrier-version:
444450
- 24.8.0

0 commit comments

Comments
 (0)