mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 05:32:14 +00:00
Don't attempt to install the CRDs if we have no changes
This commit is contained in:
1
.github/workflows/lint-test.yaml
vendored
1
.github/workflows/lint-test.yaml
vendored
@@ -51,6 +51,7 @@ jobs:
|
||||
- name: Install CRDs
|
||||
run: |
|
||||
cat crds/*.yaml | kubectl apply -f -
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config .github/ct.yaml
|
||||
|
||||
Reference in New Issue
Block a user