We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25daa4 commit 29c1560Copy full SHA for 29c1560
.github/actions/workflow-vars/action.yaml
@@ -130,7 +130,7 @@ runs:
130
run: |
131
# In the upgrade flow, the latest released chart for certain minor Camunda version will installed,
132
# then upgraded from the PR branch to ensure upgradability.
133
- if [[ "${{ inputs.setup-flow }}" == 'upgrade-patch' || "${{ inputs.setup-flow }}" == 'upgrade-minor' ]]; then
+ if [[ "${{ inputs.setup-flow }}" == 'upgrade-patch' || "${{ inputs.setup-flow }}" == 'upgrade-minor' || "${{ inputs.setup-flow }}" == 'modular-upgrade-minor' ]]; then
134
if [[ -n "${{ inputs.chart-upgrade-version }}" ]]; then
135
TEST_CHART_VERSION="${{ inputs.chart-upgrade-version }}"
136
fi
0 commit comments