From 5c139414783a2ff40bc4919cda9e56850648e4fa Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:26:52 +0200 Subject: [PATCH] ci: rename action to better reflect its intentions Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/release-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index c9bd236..028c25e 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -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]