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:
parent
9f2e9dd01b
commit
5e0e7254a0
3 changed files with 3 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -644,6 +644,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
needs:
|
needs:
|
||||||
- conditional
|
- conditional
|
||||||
|
- build
|
||||||
- unit-tests
|
- unit-tests
|
||||||
- base-integration-tests
|
- base-integration-tests
|
||||||
- quarkus-unit-tests
|
- quarkus-unit-tests
|
||||||
|
|
1
.github/workflows/js-ci.yml
vendored
1
.github/workflows/js-ci.yml
vendored
|
@ -334,6 +334,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
needs:
|
needs:
|
||||||
- conditional
|
- conditional
|
||||||
|
- build-keycloak
|
||||||
- admin-client
|
- admin-client
|
||||||
- keycloak-js
|
- keycloak-js
|
||||||
- keycloak-masthead
|
- keycloak-masthead
|
||||||
|
|
1
.github/workflows/operator-ci.yml
vendored
1
.github/workflows/operator-ci.yml
vendored
|
@ -232,6 +232,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
needs:
|
needs:
|
||||||
- conditional
|
- conditional
|
||||||
|
- build
|
||||||
- test-local
|
- test-local
|
||||||
- test-remote
|
- test-remote
|
||||||
- test-olm
|
- test-olm
|
||||||
|
|
Loading…
Reference in a new issue