Skip to content

Commit 8715b10

Browse files
committed
More runner cleaning steps
1 parent 217cb16 commit 8715b10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pages.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,19 @@ jobs:
2525
- name: Docker clean up
2626
run: |
2727
docker system prune -af
28+
- name: Delete files
29+
run: |
30+
sudo rm -rf /usr/share/dotnet
31+
sudo rm -rf /usr/local/share/boost
32+
sudo rm -rf /opt/hostedtoolcache/go
33+
sudo rm -rf /tmp/*
34+
- name: Usage
35+
run: |
2836
df -h
2937
# Build job
3038
build:
3139
runs-on: ubuntu-latest
40+
needs: clean
3241
container:
3342
image: ghcr.io/genentech/scimilarity:latest
3443
steps:

0 commit comments

Comments
 (0)