Skip to content

Commit

Permalink
ci: Don't semver-check if cargo check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Oct 21, 2024
1 parent 45c3106 commit d87d712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ 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
uses: CQCL/hugrverse-actions/.github/workflows/rs-semver-checks.yml@ab/cache-semver-checks
with:
apt-dependencies: capnproto
secrets:
Expand Down

0 comments on commit d87d712

Please sign in to comment.