Skip to content

chore(deps): update bjw-s/helm-charts-actions digest to a8eaf63 #155

chore(deps): update bjw-s/helm-charts-actions digest to a8eaf63

chore(deps): update bjw-s/helm-charts-actions digest to a8eaf63 #155

Workflow file for this run

name: "Pull Request: Validate"
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref }}-pr-validate
cancel-in-progress: true
jobs:
pr-metadata:
uses: ./.github/workflows/pr-metadata.yaml
charts-changelog:
uses: ./.github/workflows/charts-changelog.yaml
needs:
- pr-metadata
with:
isRenovatePR: ${{ needs.pr-metadata.outputs.isRenovatePR }}
modifiedCharts: ${{ needs.pr-metadata.outputs.addedOrModifiedCharts }}
charts-lint:
uses: ./.github/workflows/charts-lint.yaml
needs:
- pr-metadata
with:
checkoutCommit: ${{ github.sha }}
chartsToLint: ${{ needs.pr-metadata.outputs.chartsToLint }}
isRenovatePR: ${{ needs.pr-metadata.outputs.isRenovatePR }}