Skip to content

Commit

Permalink
fix job needs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Jan 20, 2025
1 parent 6d535ec commit 54a0d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

result_test_suite:
name: result:test
needs: [unit_test_suite, ui_test_suite, core_test_suite, pip_test]
needs: [unit_test_suite, core_test_suite, pip_test]
if: always()
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 54a0d8a

Please sign in to comment.