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 784f155 commit 58a61c7Copy full SHA for 58a61c7
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Initialize CodeQL for C++
38
uses: github/codeql-action/init@v1
39
- if: ${{ matrix.os == 'windows-2019' }}
+ if: ${{ matrix.os == 'windows-2019' && matrix.conf == 'Debug' }}
40
with:
41
languages: cpp
42
config-file: ./.github/codeql/codeql-config.yml
@@ -66,4 +66,4 @@ jobs:
66
67
- name: Perform CodeQL Analysis
68
uses: github/codeql-action/analyze@v1
69
0 commit comments