From 02a1beeb18e7bd4acf921e56952e798b65dcbd20 Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Sun, 26 Jan 2025 20:30:44 +0100 Subject: [PATCH] refactor(ci): further reduce lfs storage requirements --- .github/workflows/qa.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index a9318884ef3..956acd100de 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -207,7 +207,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - lfs: true - name: "🌍 Load Versions to Use" id: doc-global-versions @@ -246,7 +245,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - lfs: true token: ${{ secrets.RELEASE_TOKEN }} - name: "⚙️ Name and Email for Git (config) and update"