Skip to content

Commit 14f6f65

Browse files
committed
(f) (d) always generate license metadata cache artifact
1 parent db6541b commit 14f6f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-go-dependencies-task.yml

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

107107
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
108108
- name: Upload cache to workflow artifact
109-
if: failure() && steps.diff.outcome == 'failure'
109+
# if: failure() && steps.diff.outcome == 'failure'
110110
uses: actions/upload-artifact@v4
111111
with:
112112
if-no-files-found: error

0 commit comments

Comments
 (0)