Change names of checks (#16000)
This commit is contained in:
parent
a5670af745
commit
173ff10141
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -273,7 +273,7 @@ jobs:
|
|||
uses: ./.github/actions/checks-success
|
||||
|
||||
check:
|
||||
name: Check
|
||||
name: Status Check - Keycloak CI
|
||||
if: always() && ( github.event_name != 'schedule' || github.repository == 'keycloak/keycloak' )
|
||||
needs: [check-set-status]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
uses: ./.github/actions/checks-success
|
||||
|
||||
check:
|
||||
name: Check
|
||||
name: Status Check - CodeQL
|
||||
if: always() && ( github.event_name != 'schedule' || github.repository == 'keycloak/keycloak' )
|
||||
needs: [changes, java, js-adapter, themes]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/operator-ci.yml
vendored
2
.github/workflows/operator-ci.yml
vendored
|
@ -211,7 +211,7 @@ jobs:
|
|||
uses: ./.github/actions/checks-success
|
||||
|
||||
check:
|
||||
name: Check
|
||||
name: Status Check - Keycloak Operator CI
|
||||
if: always() && ( github.event_name != 'schedule' || github.repository == 'keycloak/keycloak' )
|
||||
needs: [check-set-status]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue