Add the build step to the overall status check (#25982)

Closes #25981

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-01-09 08:39:43 +01:00 committed by GitHub
parent 9f2e9dd01b
commit 5e0e7254a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -644,6 +644,7 @@ jobs:
if: always()
needs:
- conditional
- build
- unit-tests
- base-integration-tests
- quarkus-unit-tests

View file

@ -334,6 +334,7 @@ jobs:
if: always()
needs:
- conditional
- build-keycloak
- admin-client
- keycloak-js
- keycloak-masthead

View file

@ -232,6 +232,7 @@ jobs:
if: always()
needs:
- conditional
- build
- test-local
- test-remote
- test-olm