Skip to content

Commit

Permalink
fix tweak missed during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Oct 24, 2023
1 parent 121ce77 commit 4ed36f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,5 +318,5 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- if: needs.dev-package.result != 'success' || needs.tests.result != 'success' || needs.np-tests.result != 'success' || needs.libtester-tests.result != 'success'
- if: needs.tests.result != 'success' || needs.np-tests.result != 'success' || needs.libtester-tests.result != 'success'
run: false

0 comments on commit 4ed36f9

Please sign in to comment.