Skip to content

Commit eaec977

Browse files
committed
[ci] Show the details only if we asked for them
1 parent 89e9151 commit eaec977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ jobs:
574574
..
575575
cmake --build . --target sphinx-clad doxygen-clad -- -j4
576576
- name: Failed job config
577-
if: ${{ failure() && runner.os != 'windows' }}
577+
if: ${{ failure() && runner.debug && runner.os != 'windows' }}
578578
env:
579579
GITHUB_CONTEXT: ${{ toJson(github) }}
580580
run: |

0 commit comments

Comments
 (0)