Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/preview-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
uses: ./.github/workflows/validate-chart-versions.yml
with:
base_ref: origin/${{ github.event.pull_request.base.ref }}
enforce_version_bump: false
# IMPORTANT: Set to true to enforce version bumps on PRs.
# However, enforcement alone does NOT prevent race conditions when two PRs
# modify the same chart concurrently. To fully prevent race conditions:
# 1. Enable "Require branches to be up to date before merging" in branch protection
# 2. This ensures PRs always validate against the latest main before merge
# See: docs/helm-chart-publishing-race-condition.md
enforce_version_bump: true
Comment thread
aivong-openhands marked this conversation as resolved.

detect-changes:
runs-on: ubuntu-latest
Expand Down