ci: fix woggly github action comparison

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan 2023-09-14 17:38:13 +02:00
parent ec6f82ea4c
commit a42a00f315
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B

View File

@ -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]