mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-09 08:49:03 -06:00
Closes #22216. Fix conditional for ci-store and ci-sssd.
This commit is contained in:
committed by
Alexander Schwartz
parent
05bac4ff0e
commit
c68ce370c8
6
.github/actions/conditional/action.yml
vendored
6
.github/actions/conditional/action.yml
vendored
@@ -10,6 +10,12 @@ outputs:
|
||||
ci:
|
||||
description: Should "ci.yml" execute
|
||||
value: ${{ steps.changes.outputs.ci }}
|
||||
ci-store:
|
||||
description: Should "ci.yml" execute
|
||||
value: ${{ steps.changes.outputs.ci-store }}
|
||||
ci-sssd:
|
||||
description: Should "ci.yml" execute
|
||||
value: ${{ steps.changes.outputs.ci-sssd }}
|
||||
operator:
|
||||
description: Should "operator-ci.yml" execute
|
||||
value: ${{ steps.changes.outputs.operator }}
|
||||
|
||||
Reference in New Issue
Block a user