Skip to content

Commit 8443eae

Browse files
committed
Job names (for checks)
1 parent f7c31e3 commit 8443eae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/typespec-validation-all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ on:
3232

3333
jobs:
3434
typespec-validation-all:
35+
name: TypeSpec Validation All
3536
strategy:
3637
matrix:
3738
os: [ubuntu-latest, windows-latest]

.github/workflows/typespec-validation.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Validated Impacted Specs
1+
name: Typespec Validation
22

33
on: pull_request
44

55
jobs:
6-
validate-impacted-specs:
6+
typespec-validation:
7+
name: Typespec Validation
78
runs-on: ubuntu-latest
89

910
steps:

0 commit comments

Comments
 (0)