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 5c5f5c8 commit ed73ed2Copy full SHA for ed73ed2
.github/actions/generate-chart-matrix/action.yaml
@@ -117,7 +117,7 @@ runs:
117
printf "%s\n" ${ALL_MODIFIED_FILES}
118
119
# If any workflow, action, files have changed, build all chart versions
120
- if echo "${ALL_MODIFIED_FILES}" | grep -qE "\.github/(workflows|actions)"; then
+ if echo "${ALL_MODIFIED_FILES}" | grep -qE "\.github/(workflows|actions)" | grep -v chart-release ; then
121
echo "Changes in .github/workflows or .github/actions detected — building all chart versions"
122
for camunda_version in ${{ steps.get-chart-versions.outputs.active }}; do
123
chart_dir="charts/camunda-platform-${camunda_version}"
0 commit comments