From 397ee94d0a58f7aee9f760be99e92dd21fbaa3ff Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 9 Jan 2024 13:34:18 +0100 Subject: [PATCH] Add the build step to the overall status check (#26014) Closes #25981 Signed-off-by: Alexander Schwartz --- .github/workflows/ci.yml | 1 + .github/workflows/js-ci.yml | 1 + .github/workflows/operator-ci.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fefb89e37a..0fdf661070e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -644,6 +644,7 @@ jobs: if: always() needs: - conditional + - build - unit-tests - base-integration-tests - quarkus-unit-tests diff --git a/.github/workflows/js-ci.yml b/.github/workflows/js-ci.yml index 62f3d28b506..aa2bbe6c76d 100644 --- a/.github/workflows/js-ci.yml +++ b/.github/workflows/js-ci.yml @@ -331,6 +331,7 @@ jobs: if: always() needs: - conditional + - build-keycloak - admin-client - keycloak-js - keycloak-masthead diff --git a/.github/workflows/operator-ci.yml b/.github/workflows/operator-ci.yml index 81c7f908655..17933acb607 100644 --- a/.github/workflows/operator-ci.yml +++ b/.github/workflows/operator-ci.yml @@ -231,6 +231,7 @@ jobs: if: always() needs: - conditional + - build - test-local - test-remote - test-olm