Skip to content

Commit e61732a

Browse files
Add explicit CI build job names (#1682)
1 parent 6d4c902 commit e61732a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
check_retries: 'true'
134134

135135
snapshot:
136+
name: "snapshot"
136137
needs:
137138
- workflow-hardening
138139
runs-on: ubuntu-latest

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ permissions:
2222

2323
jobs:
2424
build:
25+
name: "build"
2526
runs-on: windows-latest
2627
strategy:
2728
matrix:

0 commit comments

Comments
 (0)