Skip to content

Commit

Permalink
Merge pull request #1755 from AntelopeIO/all-passing
Browse files Browse the repository at this point in the history
[5.0 -> main] fix "All Required Tests Passed" CI Branch Protection
  • Loading branch information
spoonincode authored Oct 12, 2023
2 parents 4066215 + 58073cf commit e767503
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ jobs:
all-passing:
name: All Required Tests Passed
needs: [dev-package, tests, np-tests, libtester-tests]
if: always()
runs-on: ubuntu-latest
steps:
- run: true
- if: needs.dev-package.result != 'success' || needs.tests.result != 'success' || needs.np-tests.result != 'success' || needs.libtester-tests.result != 'success'
run: false

0 comments on commit e767503

Please sign in to comment.