Skip to content

Commit c8d67fa

Browse files
committed
wip
Signed-off-by: Andy Sadler <[email protected]>
1 parent 5441e4d commit c8d67fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kube-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload artifacts
5454
uses: actions/upload-artifact@v4
55-
if: steps.kube-linter-action-scan.outcome == 'failure'
55+
if: failure() && steps.kube-linter-action-scan.outcome == 'failure'
5656
with:
5757
name: kustomize-manifests
5858
path: kustomizedfiles

0 commit comments

Comments
 (0)