Skip to content

Commit 48215df

Browse files
committed
Add comment explaining why we need to delete in CI
1 parent 565224f commit 48215df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Free up space
58+
# Without this the job will likely run out of disk space.
5859
run: |
5960
df -h
6061

.github/workflows/container_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
dockerfile: ./container/rockylinux9-cuda12/Dockerfile
4545
steps:
4646
- name: Free up space
47+
# Without this the job will likely run out of disk space.
4748
run: |
4849
df -h
4950

0 commit comments

Comments
 (0)