diff --git a/code-scanning/codeql.yml b/code-scanning/codeql.yml index c6b0d46..39d0d8e 100644 --- a/code-scanning/codeql.yml +++ b/code-scanning/codeql.yml @@ -80,7 +80,8 @@ 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' + - name: Run manual build steps + if: matrix.build-mode == 'manual' shell: bash run: | echo 'If you are using a "manual" build mode for one or more of the' \