From 925bf5f829237c74fedd9b36144b597f78372745 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:52:16 +0200 Subject: [PATCH] ci: set right package Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/release-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 160b2e2..35e0237 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -32,7 +32,7 @@ jobs: name: Check breaking CLI changes runs-on: ${{ matrix.job.os }} needs: determine-package - if: ${{ needs.determine-package.outputs.package }} == 'rustic' + if: ${{ needs.determine-package.outputs.package }} == 'rustic_scheduler' strategy: matrix: rust: [stable]