Bikeshed CI jobs naming
This commit is contained in:
parent
63f6f8fae4
commit
5603e76dc0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -178,6 +178,7 @@ jobs:
|
|||
if: ${{ matrix.crate == 'juniper_actix' }}
|
||||
|
||||
package:
|
||||
name: check (package)
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -322,7 +323,7 @@ jobs:
|
|||
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
|
||||
|
||||
release-check:
|
||||
name: check release
|
||||
name: check (release)
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/juniper') }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in a new issue