From f0abe34977e1552fb411ec25a794a790f7de8eea Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Wed, 10 Apr 2024 09:58:23 -0700 Subject: [PATCH] Fix build confirmation step --- .github/workflows/rust.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0fdb472b..8a5b2e93 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -130,7 +130,6 @@ jobs: # This job is just a "join" on all parallel strategies for the `build` job so that we can require it in our branch protection rules. needs: build name: Build and Test Confirmation - if: always() runs-on: ubuntu-latest steps: - run: echo ${{ needs.build.outputs.result }}