Skip to content

Commit 4108360

Browse files
authored
Update workflow job names for status checks (#17)
* Update workflow job names for status checks\ * Make name of test combine job clearer
1 parent c3d584f commit 4108360

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflow_dispatch:
77
jobs:
88
build:
9+
name: Validate Docs
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v3

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
tests-combine-summaries:
105105
if: always()
106-
name: Combine Test Reports
106+
name: Ensure Tests Pass
107107
needs: [ tests ]
108108
runs-on: ubuntu-latest
109109
steps:

.github/workflows/prevent-new-sdk-additions.yml

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

1111
jobs:
1212
detect-new-sdk-files:
13+
name: Prevent New SDK Files
1314
runs-on: ubuntu-latest
1415

1516
steps:

0 commit comments

Comments
 (0)