Merge from develop to 1.5.1-temp includes ES-1977 ES-1975 ES-1986 ES-2130 ES-2142 ES-2143 #491
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: verify-keycloak-init | |
on: | |
release: | |
types: [published] | |
pull_request: | |
types: [opened, reopened, synchronize] | |
workflow_dispatch: | |
inputs: | |
message: | |
description: 'Message for manually triggering' | |
required: false | |
default: 'Triggered for Updates' | |
type: string | |
push: | |
branches: | |
- '!release-branch' | |
- master | |
- 1.* | |
- develop | |
- MOSIP* | |
- release* | |
paths: | |
- 'helm/esignet/keycloak-init**' | |
jobs: | |
verify-keycloak-init: | |
uses: mosip/kattu/.github/workflows/verify-keycloak-init.yml@master | |
with: | |
kc_values_file_path: deploy/keycloak/keycloak-init-values.yaml |