Skip to content

[PLTF-2701] Restart openhands on secret config changes (checksum + CI guard) #800

[PLTF-2701] Restart openhands on secret config changes (checksum + CI guard)

[PLTF-2701] Restart openhands on secret config changes (checksum + CI guard) #800

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
paths:
- 'charts/**'
jobs:
validate-chart-versions:
uses: ./.github/workflows/validate-chart-versions.yml
with:
base_ref: origin/${{ github.base_ref }}
enforce_version_bump: true