Skip to content

Commit addc748

Browse files
committed
Meaningful workflow jobs names
1 parent f845708 commit addc748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-analysis-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
build-and-analyze:
13+
build-and-codeql:
1414
runs-on: windows-latest
1515
permissions:
1616
actions: read

.github/workflows/pr-analysis-devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
analyze:
13+
devskim:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
actions: read

0 commit comments

Comments
 (0)