mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: fix woggly github action comparison
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
ec6f82ea4c
commit
a42a00f315
2
.github/workflows/release-ci.yml
vendored
2
.github/workflows/release-ci.yml
vendored
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user