From ea0b204a16d391ed91ded4c594adfde3e0f15433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:32:34 +0100 Subject: [PATCH] ci: Don't semver-check if `cargo check` fails (#1602) ~Waiting for https://github.com/CQCL/hugrverse-actions/pull/15 to get merged, so we don't slow down the checks too much.~ --- .github/workflows/ci-rs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 900e1140f..ddd42dd45 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -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: