Skip to content

Commit

Permalink
Remove free disk space cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Jan 19, 2024
1 parent ace4ac8 commit 3336428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ env:
CM_BIN: /usr/local/bin/checkmake
CM_URL_LINUX: https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64 # yamllint disable-line
SMOKE_TESTS_LABELS_FILTER: '!affiliated-certification-container-is-certified-digest && !access-control-security-context'
SKIP_PRELOAD_IMAGES: true

jobs:
lint:
Expand Down Expand Up @@ -158,18 +159,6 @@ jobs:
PFLT_DOCKERCONFIG: '/home/runner/.docker/config'

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: true
android: true
dotnet: true
haskell: true
docker-images: true
swap-storage: true
continue-on-error: true

- name: Write temporary docker file
run: |
mkdir -p /home/runner/.docker
Expand Down Expand Up @@ -303,18 +292,6 @@ jobs:
PFLT_DOCKERCONFIG: '/home/runner/.docker/config'

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: true
android: true
dotnet: true
haskell: true
docker-images: true
swap-storage: true
continue-on-error: true

- name: Write temporary docker file
run: |
mkdir -p /home/runner/.docker
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/qe-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ jobs:
SKIP_PRELOAD_IMAGES: true

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: true
android: true
dotnet: true
haskell: true
docker-images: true
swap-storage: true
continue-on-error: true

- name: Check out code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3336428

Please sign in to comment.