We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b55d925 + b5d8d0a commit 5b0cc34Copy full SHA for 5b0cc34
.github/workflows/ci.yml
@@ -145,6 +145,7 @@ jobs:
145
# We have seen issues with running out of disk space on test_docker
146
- name: Free Disk Space (Ubuntu)
147
uses: jlumbroso/free-disk-space@main
148
+ if: matrix.ci_pattern == 'tests/mock_vws/test_docker.py'
149
with:
150
# All of these default to true (meaning they are removed).
151
docker-images: false
0 commit comments