Skip to content

Commit

Permalink
ci: set right package
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 14, 2023
1 parent 54f7ef1 commit 925bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 925bf5f

Please sign in to comment.