Skip to content

Commit

Permalink
Fix all-passing job dependency list.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jun 16, 2023
1 parent c106b23 commit 429589b
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 @@ -295,7 +295,7 @@ jobs:
all-passing:
name: All Required Tests Passed
needs: [dev-package, tests, np-tests, libtester-build-tree-test, libtester-make-dev-install-test, libtester-deb-install-test]
needs: [dev-package, tests, np-tests, libtester-tests]
if: always()
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 429589b

Please sign in to comment.