Skip to content

Commit 5603e76

Browse files
committed
Bikeshed CI jobs naming
1 parent 63f6f8f commit 5603e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
if: ${{ matrix.crate == 'juniper_actix' }}
179179

180180
package:
181+
name: check (package)
181182
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}
182183
runs-on: ubuntu-latest
183184
steps:
@@ -322,7 +323,7 @@ jobs:
322323
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
323324

324325
release-check:
325-
name: check release
326+
name: check (release)
326327
if: ${{ !startsWith(github.ref, 'refs/tags/juniper') }}
327328
strategy:
328329
fail-fast: false

0 commit comments

Comments
 (0)