Skip to content

Commit ab41649

Browse files
Update codeql.yml
1 parent 6ba65fa commit ab41649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ permissions:
2828
jobs:
2929
analyze:
3030
name: Analyze (${{ matrix.language }})
31+
if: ${{ (matrix.language != 'c-cpp') || (matrix.language == 'c-cpp' && github.event_name == 'schedule') }}
3132
# Runner size impacts CodeQL analysis time. To learn more, please see:
3233
# - https://gh.io/recommended-hardware-resources-for-running-codeql
3334
# - https://gh.io/supported-runners-and-hardware-resources

0 commit comments

Comments
 (0)