Skip to content

Commit d34b369

Browse files
committed
remove job names (better PR UX)
1 parent 50f6289 commit d34b369

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-site.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
publish:
10-
name: pack & publish
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v3

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44

55
jobs:
66
test:
7-
name: Verify provided solutions
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)