We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5441e4d commit c8d67faCopy full SHA for c8d67fa
.github/workflows/kube-linter.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Upload artifacts
54
uses: actions/upload-artifact@v4
55
- if: steps.kube-linter-action-scan.outcome == 'failure'
+ if: failure() && steps.kube-linter-action-scan.outcome == 'failure'
56
with:
57
name: kustomize-manifests
58
path: kustomizedfiles
0 commit comments