Skip to content

Commit 9f7af1d

Browse files
Merge pull request #9571 from rabbitmq/mergify/bp/v3.11.x/pr-9570
Drop an action that we no longer need (backport #9568) (backport #9570)
2 parents 289ad1d + 33c5ba4 commit 9f7af1d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/oci.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,6 @@ jobs:
3636
- image_tag_suffix: otp-max-bazel
3737
otp_version_id: 25_3
3838
steps:
39-
- name: Free Disk Space (Ubuntu)
40-
uses: jlumbroso/free-disk-space@main
41-
with:
42-
# this might remove tools that are actually needed,
43-
# if set to "true" but frees about 6 GB
44-
tool-cache: false
45-
# all of these default to true, but feel free to set to
46-
# "false" if necessary for your workflow
47-
android: true
48-
dotnet: true
49-
haskell: true
50-
large-packages: true
51-
docker-images: false
52-
swap-storage: true
53-
5439
- name: Checkout
5540
uses: actions/checkout@v4
5641

0 commit comments

Comments
 (0)