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' }}
|
if: ${{ matrix.crate == 'juniper_actix' }}
|
||||||
|
|
||||||
package:
|
package:
|
||||||
|
name: check (package)
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -322,7 +323,7 @@ jobs:
|
||||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
|
||||||
|
|
||||||
release-check:
|
release-check:
|
||||||
name: check release
|
name: check (release)
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/juniper') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/juniper') }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue