From 8e7b7f29a74d0f8130a02e236c06af1eb35b7a38 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Sun, 4 Aug 2024 18:15:55 -0400 Subject: [PATCH] sanity noop --- .github/workflows/rust-ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index 69756e709..9549df9b4 100644 --- a/.github/workflows/rust-ci.yaml +++ b/.github/workflows/rust-ci.yaml @@ -230,7 +230,6 @@ jobs: echo COMMIT_BREAKING: ${{ env.COMMIT_BREAKING }} echo test: ${{ !(env.BRANCH_BREAKING == 'true' || !env.COMMIT_BREAKING == 'true') }} - - name: upgrade - should be backwards compatible if: ${{ !(env.BRANCH_BREAKING == 'true' || !env.COMMIT_BREAKING == 'true') }} working-directory: ./upgrade-tests