Skip to content

Commit 0d4ce80

Browse files
authored
Exclude docker image removal (#1465)
1 parent 07d3a3e commit 0d4ce80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Free Disk Space (Ubuntu)
2929
uses: jlumbroso/free-disk-space@main
30+
with:
31+
docker-images: false
3032

3133
- name: Install Intel repository
3234
run: |

0 commit comments

Comments
 (0)