Skip to content

Commit 3ce2a0f

Browse files
committed
Decrease retention and add identifiers
1 parent f5ec52a commit 3ce2a0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-release-crs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ jobs:
127127
- name: Archive override snapshots
128128
uses: actions/upload-artifact@v4
129129
with:
130-
name: override-snapshots
130+
name: override-snapshots-${{ inputs.revision }}-${{ inputs.environment }}
131131
path: ./src/github.com/openshift-knative/serverless-operator/.konflux-release/
132-
retention-days: 90
132+
retention-days: 30

0 commit comments

Comments
 (0)