Bikeshed CI jobs naming

This commit is contained in:
tyranron 2024-03-20 18:10:10 +02:00
parent 63f6f8fae4
commit 5603e76dc0
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0

View file

@ -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