Skip to content

Commit

Permalink
Fix build confirmation step
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Apr 10, 2024
1 parent 002596e commit f0abe34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f0abe34

Please sign in to comment.