Skip to content

Commit 71173b0

Browse files
[PETOSS-829] Add specific job names
1 parent 04e9e89 commit 71173b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
validation:
1212
runs-on: ubuntu-latest
13+
name: Spectral and commitlint Validation
1314
steps:
1415
- name: Checkout repository
1516
uses: actions/checkout@v4
@@ -40,6 +41,7 @@ jobs:
4041

4142
codegen-validation:
4243
runs-on: ubuntu-latest
44+
name: Codegen Repo Validation
4345
permissions:
4446
contents: write
4547
pull-requests: write

0 commit comments

Comments
 (0)