mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: rename action to better reflect its intentions
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
6c804cb934
commit
5c13941478
6
.github/workflows/release-ci.yml
vendored
6
.github/workflows/release-ci.yml
vendored
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user