diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31aafc3..5ae3984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,14 +116,9 @@ jobs: check-version: name: check version - needs: [read-versions, propose-version-bump] - if: always() + needs: read-versions runs-on: ubuntu-24.04 steps: - - name: Propagate a version read failure - if: needs.read-versions.result != 'success' - run: exit 1 - - name: Fail on a version mismatch if: needs.read-versions.outputs.mismatch == 'true' shell: bash