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 6ba65fa commit ab41649Copy full SHA for ab41649
.github/workflows/codeql.yml
@@ -28,6 +28,7 @@ permissions:
28
jobs:
29
analyze:
30
name: Analyze (${{ matrix.language }})
31
+ if: ${{ (matrix.language != 'c-cpp') || (matrix.language == 'c-cpp' && github.event_name == 'schedule') }}
32
# Runner size impacts CodeQL analysis time. To learn more, please see:
33
# - https://gh.io/recommended-hardware-resources-for-running-codeql
34
# - https://gh.io/supported-runners-and-hardware-resources
0 commit comments