Skip to content

Commit

Permalink
Merge pull request #1927 from VWS-Python/less-space-clear
Browse files Browse the repository at this point in the history
Only clear space if we're running the docker test, to save test time
  • Loading branch information
adamtheturtle authored Feb 16, 2024
2 parents 4638172 + 7d25cc6 commit b5d8d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5d8d0a

Please sign in to comment.