Skip to content

Commit

Permalink
Fix complete ci job (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Aug 2, 2022
1 parent 4f25467 commit 92c16fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ env:
jobs:

complete:
if: always()
needs: [fmt, build-and-test]
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure')
run: exit 1
- run: exit 0

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 92c16fa

Please sign in to comment.