Skip to content

Commit 88588fe

Browse files
Merge pull request #9570 from rabbitmq/mergify/bp/v3.12.x/pr-9568
Drop an action that we no longer need (backport #9568)
2 parents 8074ede + 0202c94 commit 88588fe

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
@@ -38,21 +38,6 @@ jobs:
3838
- image_tag_suffix: otp-max-bazel
3939
otp_version_id: 26_1
4040
steps:
41-
- name: Free Disk Space (Ubuntu)
42-
uses: jlumbroso/free-disk-space@main
43-
with:
44-
# this might remove tools that are actually needed,
45-
# if set to "true" but frees about 6 GB
46-
tool-cache: false
47-
# all of these default to true, but feel free to set to
48-
# "false" if necessary for your workflow
49-
android: true
50-
dotnet: true
51-
haskell: true
52-
large-packages: true
53-
docker-images: false
54-
swap-storage: true
55-
5641
- name: Checkout
5742
uses: actions/checkout@v3
5843

0 commit comments

Comments
 (0)