Add name to manual build step in CodeQL starter workflow

This commit is contained in:
Mario Campos
2025-10-09 13:42:49 -05:00
committed by GitHub
parent 69b278ad65
commit 43f0e19226
+2 -1
View File
@@ -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' \