Skip to content

Commit 43f0e19

Browse files
authored
Add name to manual build step in CodeQL starter workflow
1 parent 69b278a commit 43f0e19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code-scanning/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
# to build your code.
8181
# ℹ️ Command-line programs to run using the OS shell.
8282
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
83-
- if: matrix.build-mode == 'manual'
83+
- name: Run manual build steps
84+
if: matrix.build-mode == 'manual'
8485
shell: bash
8586
run: |
8687
echo 'If you are using a "manual" build mode for one or more of the' \

0 commit comments

Comments
 (0)