Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Jul 11, 2023
1 parent 94db682 commit 9fc081e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
Result:
name: Result
runs-on: ubuntu-latest
if: always()
needs:
- "Test"
- "WASM"
Expand All @@ -93,4 +92,4 @@ jobs:
if: success()
- name: Mark the job as unsuccessful
run: exit 1
if: "!success()"
if: "!success()"

0 comments on commit 9fc081e

Please sign in to comment.