Skip to content

Commit 8252f39

Browse files
authored
Set retention days for data-passing artifacts to 1 (#56)
1 parent 6913cc4 commit 8252f39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/release-extension/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ runs:
9292
with:
9393
name: release-${{ inputs.extension-name }}.json
9494
path: release-${{ inputs.extension-name }}.json
95+
retention-days: 1

.github/workflows/extensions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
with:
7373
name: ${{ matrix.extension }}.packaged.successfully
7474
path: ${{ matrix.extension }}.packaged.successfully
75+
retention-days: 1
7576

7677
# Collect success results from the matrix simple-extensions jobs for later use
7778
collect-simple-extensions:

0 commit comments

Comments
 (0)