We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c40f2 commit 758ba2aCopy full SHA for 758ba2a
.github/workflows/build_with_conda.yml
@@ -330,6 +330,7 @@ jobs:
330
331
- name: Build and Run C++ Tests
332
shell: cmd /C call {0}
333
+ if: false # ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
334
# Empty values for `CMAKE_GENERATOR_{PLATFORM,TOOLSET}` is necessary
335
# for Ninja to be used as a generator with MSVC.
336
# Build both test targets in a single command to reuse artifacts from previous step
0 commit comments