From b50fee6c4756b4fa2b9df91b5ec04d418abceada Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 23 Jun 2025 10:18:08 +0200 Subject: [PATCH] .github/workflows: remove satac docker cache Signed-off-by: Kristoffer Dalby --- .github/workflows/test-integration.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 0fef6990..b20d1ad6 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -123,9 +123,6 @@ jobs: with: primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }} restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }} - - uses: satackey/action-docker-layer-caching@46d2c640b1d8ef50d185452ad6fb324e6bd1d052 # v0.0.11 - if: steps.changed-files.outputs.files == 'true' - continue-on-error: true - name: Run Integration Test uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0 if: steps.changed-files.outputs.files == 'true'