From 7d25cc6fa9628ba874241aa8fc3542b133815683 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 16 Feb 2024 20:52:46 +0000 Subject: [PATCH] Only clear space if we're running the docker test, to save test time --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a5976d81..58a7a20ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,6 +145,7 @@ jobs: # We have seen issues with running out of disk space on test_docker - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main + if: matrix.ci_pattern == 'tests/mock_vws/test_docker.py' with: # All of these default to true (meaning they are removed). docker-images: false