We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e9151 commit eaec977Copy full SHA for eaec977
.github/workflows/ci.yml
@@ -574,7 +574,7 @@ jobs:
574
..
575
cmake --build . --target sphinx-clad doxygen-clad -- -j4
576
- name: Failed job config
577
- if: ${{ failure() && runner.os != 'windows' }}
+ if: ${{ failure() && runner.debug && runner.os != 'windows' }}
578
env:
579
GITHUB_CONTEXT: ${{ toJson(github) }}
580
run: |
0 commit comments