mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci: Move actions to separate repo (#29)
* ci: Move actions to separate repo * ci: Remove dependency on main branch
This commit is contained in:
parent
19f964cc3c
commit
567ba7650a
35 changed files with 10 additions and 77582 deletions
4
.github/workflows/charts-lint.yaml
vendored
4
.github/workflows/charts-lint.yaml
vendored
|
@ -36,13 +36,13 @@ jobs:
|
|||
ref: ${{ inputs.checkoutCommit }}
|
||||
|
||||
- name: Verify chart version
|
||||
uses: ./.github/actions/verify-chart-version
|
||||
uses: bjw-s/helm-charts-actions/verify-chart-version@main
|
||||
id: verify-chart-version
|
||||
with:
|
||||
chart: "charts/${{ matrix.chart }}"
|
||||
|
||||
- name: Verify chart changelog
|
||||
uses: ./.github/actions/verify-chart-changelog
|
||||
uses: bjw-s/helm-charts-actions/verify-chart-changelog@main
|
||||
if: inputs.isRenovatePR != 'true'
|
||||
id: verify-chart-changelog
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue