Skip to content

Commit

Permalink
Job names (for checks)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Oct 15, 2024
1 parent f7c31e3 commit 8443eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/typespec-validation-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:

jobs:
typespec-validation-all:
name: TypeSpec Validation All
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/typespec-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Validated Impacted Specs
name: Typespec Validation

on: pull_request

jobs:
validate-impacted-specs:
typespec-validation:
name: Typespec Validation
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8443eae

Please sign in to comment.