Skip to content

Commit 4fd3dfe

Browse files
authored
update retention to 7 days (#46)
1 parent 7d5debd commit 4fd3dfe

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
name: Publish NF Docs
2626
if: github.repository_owner == 'netfoundry' && contains(github.event.head_commit.message, 'ci skip') == false
2727
runs-on: ubuntu-latest
28+
retention-days: 7
2829
env:
2930
DOCUSAURUS_PUBLISH_ENV: 'prod'
3031
GIT_BRANCH: ${{ github.event.inputs.branch || github.ref_name }}

.github/workflows/pubshared.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
run:
1414
working-directory: lib/packages/docusaurus-shared
1515
runs-on: ubuntu-latest
16+
retention-days: 7
1617
steps:
1718
- uses: actions/checkout@v4
1819

.github/workflows/trigger-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
jobs:
1919
trigger:
2020
runs-on: ubuntu-latest
21+
retention-days: 7
2122
steps:
2223
- name: Checkout trigger-docs.sh
2324
uses: actions/checkout@v4

.github/workflows/vale-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
jobs:
66
lint:
77
runs-on: ubuntu-latest
8+
retention-days: 7
89
steps:
910
- uses: actions/checkout@v3
1011
- name: Install Tools

0 commit comments

Comments
 (0)