ci: rename action to better reflect its intentions

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan 2023-09-14 01:26:52 +02:00
parent 6c804cb934
commit 5c13941478
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B

View File

@ -6,8 +6,8 @@ on:
- release/*
jobs:
breaking:
name: Test
breaking-cli:
name: Check breaking CLI changes
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
@ -32,7 +32,7 @@ jobs:
semver-check:
name: Check SemVer
runs-on: ubuntu-latest
needs: breaking
needs: breaking-cli
strategy:
matrix:
rust: [stable]