Skip to content

Commit b5d8d0a

Browse files
Merge pull request #1927 from VWS-Python/less-space-clear
Only clear space if we're running the docker test, to save test time
2 parents 4638172 + 7d25cc6 commit b5d8d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
# We have seen issues with running out of disk space on test_docker
146146
- name: Free Disk Space (Ubuntu)
147147
uses: jlumbroso/free-disk-space@main
148+
if: matrix.ci_pattern == 'tests/mock_vws/test_docker.py'
148149
with:
149150
# All of these default to true (meaning they are removed).
150151
docker-images: false

0 commit comments

Comments
 (0)