diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4919af5313c..1a76446f304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -705,6 +705,7 @@ jobs: name: Status Check - Keycloak CI if: always() needs: + - conditional - unit-tests - base-integration-tests - quarkus-integration-tests diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6987ebf1b04..071c1d3a3ef 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -90,6 +90,7 @@ jobs: name: Status Check - CodeQL if: always() needs: + - conditional - java - themes runs-on: ubuntu-latest diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0f6988213e8..474cef710ef 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -102,6 +102,7 @@ jobs: name: Status Check - Keycloak Documentation if: always() needs: + - conditional - build runs-on: ubuntu-latest steps: diff --git a/.github/workflows/guides.yml b/.github/workflows/guides.yml index 3a70163d106..5f3ee172fd6 100644 --- a/.github/workflows/guides.yml +++ b/.github/workflows/guides.yml @@ -49,6 +49,7 @@ jobs: name: Status Check - Keycloak Guides if: always() needs: + - conditional - build runs-on: ubuntu-latest steps: diff --git a/.github/workflows/js-ci.yml b/.github/workflows/js-ci.yml index 6b853329ad1..d740e80fd8d 100644 --- a/.github/workflows/js-ci.yml +++ b/.github/workflows/js-ci.yml @@ -269,6 +269,7 @@ jobs: name: Status Check - Keycloak JavaScript CI if: always() needs: + - conditional - admin-client - keycloak-js - keycloak-masthead diff --git a/.github/workflows/operator-ci.yml b/.github/workflows/operator-ci.yml index 414d35f1fc1..9d759be70ce 100644 --- a/.github/workflows/operator-ci.yml +++ b/.github/workflows/operator-ci.yml @@ -203,6 +203,7 @@ jobs: name: Status Check - Keycloak Operator CI if: always() needs: + - conditional - test-local - test-remote - test-olm