Update code-scanning/codeql.yml

Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
Marco Gario
2024-02-19 15:57:02 +01:00
committed by GitHub
parent 8a973982d1
commit 4a8c4e08b0
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
# to build your code.
# ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: ${{ matrix.build-mode == 'manual' }}
- if: matrix.build-mode == 'manual'
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \