Skip to content

Commit d24c81f

Browse files
committed
Only install CodeQL in case we need it.
1 parent f9138c7 commit d24c81f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- '${{ matrix.language }}/**'
2727
2828
- name: Setup CodeQL
29+
if: steps.changes.outputs.src == 'true'
2930
uses: ./.github/actions/install-codeql
3031
with:
3132
codeql-cli-version: 2.19.2

0 commit comments

Comments
 (0)