We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d3a3e commit 0d4ce80Copy full SHA for 0d4ce80
1 file changed
.github/workflows/build-sphinx.yml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Free Disk Space (Ubuntu)
29
uses: jlumbroso/free-disk-space@main
30
+ with:
31
+ docker-images: false
32
33
- name: Install Intel repository
34
run: |
0 commit comments