Skip to content

Commit 9f8dd43

Browse files
committed
work
1 parent cd0685d commit 9f8dd43

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/internal-validate-workflow-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: ⚙️ Validate Workflow Files
22

3-
43
on:
54
push:
65
branches:
@@ -12,7 +11,7 @@ on:
1211

1312
jobs:
1413
validate-workflow-files:
15-
name: Create CodeQL Unit Test Matrix
14+
name: Validate Workflow Files
1615
runs-on: ubuntu-latest
1716
steps:
1817
- name: Checkout repository

.github/workflows/run-codeql-unit-tests-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
codeql-stdlib-version: ${{ matrix.codeql_standard_library }}
6565
add-to-path: true
6666

67-
- name: Verify Versions of Tooling
67+
- name: Verify Versions of Tooling!
6868
shell: bash
6969
run: |
7070
echo "CodeQL Home: ${{ steps.install-codeql.outputs.codeql-home }}"

0 commit comments

Comments
 (0)