We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f6f8f commit 5603e76Copy full SHA for 5603e76
1 file changed
.github/workflows/ci.yml
@@ -178,6 +178,7 @@ jobs:
178
if: ${{ matrix.crate == 'juniper_actix' }}
179
180
package:
181
+ name: check (package)
182
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}
183
runs-on: ubuntu-latest
184
steps:
@@ -322,7 +323,7 @@ jobs:
322
323
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
324
325
release-check:
- name: check release
326
+ name: check (release)
327
if: ${{ !startsWith(github.ref, 'refs/tags/juniper') }}
328
strategy:
329
fail-fast: false
0 commit comments