Skip to content

Commit

Permalink
Only clear space if we're running the docker test, to save test time
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Feb 16, 2024
1 parent 4638172 commit 7d25cc6
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 7d25cc6

Please sign in to comment.