Skip to content

Commit

Permalink
ci: Don't semver-check if cargo check fails (#1602)
Browse files Browse the repository at this point in the history
~Waiting for CQCL/hugrverse-actions#15 to get
merged, so we don't slow down the checks too much.~
  • Loading branch information
aborgna-q authored Oct 22, 2024
1 parent 45c3106 commit ea0b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

rs-semver-checks:
needs: changes
needs: [changes, check]
if: ${{ needs.changes.outputs.rust == 'true' && github.event_name == 'pull_request' }}
uses: CQCL/hugrverse-actions/.github/workflows/rs-semver-checks.yml@main
with:
Expand Down

0 comments on commit ea0b204

Please sign in to comment.