From a42a00f315c09a2e6ea83b55839458958ff758ca Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:38:13 +0200 Subject: [PATCH] ci: fix woggly github action comparison 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 de94d7a..7f3e5d2 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -38,7 +38,7 @@ jobs: name: Check breaking CLI changes runs-on: ${{ matrix.job.os }} needs: determine-package - if: ${{ needs.determine-package.outputs.package }} == 'rustic-rs' + if: needs.determine-package.outputs.package == 'rustic-rs' strategy: matrix: rust: [stable]