From 333aaaa8c3f52ef60dcf61f1b76cdf2830d303dd Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:07:13 -0400 Subject: [PATCH] update retention to 7 days --- .github/workflows/publish.yml | 1 + .github/workflows/pubshared.yml | 1 + .github/workflows/trigger-docs.yml | 1 + .github/workflows/vale-check.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb724a5..70d289c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,7 @@ jobs: name: Publish NF Docs if: github.repository_owner == 'netfoundry' && contains(github.event.head_commit.message, 'ci skip') == false runs-on: ubuntu-latest + retention-days: 7 env: DOCUSAURUS_PUBLISH_ENV: 'prod' GIT_BRANCH: ${{ github.event.inputs.branch || github.ref_name }} diff --git a/.github/workflows/pubshared.yml b/.github/workflows/pubshared.yml index d3f55ad..97a23ab 100644 --- a/.github/workflows/pubshared.yml +++ b/.github/workflows/pubshared.yml @@ -13,6 +13,7 @@ jobs: run: working-directory: lib/packages/docusaurus-shared runs-on: ubuntu-latest + retention-days: 7 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/trigger-docs.yml b/.github/workflows/trigger-docs.yml index 9761612..742f870 100644 --- a/.github/workflows/trigger-docs.yml +++ b/.github/workflows/trigger-docs.yml @@ -18,6 +18,7 @@ on: jobs: trigger: runs-on: ubuntu-latest + retention-days: 7 steps: - name: Checkout trigger-docs.sh uses: actions/checkout@v4 diff --git a/.github/workflows/vale-check.yml b/.github/workflows/vale-check.yml index b15dc41..e862a4c 100644 --- a/.github/workflows/vale-check.yml +++ b/.github/workflows/vale-check.yml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: lint: runs-on: ubuntu-latest + retention-days: 7 steps: - uses: actions/checkout@v3 - name: Install Tools