Skip to content

Commit

Permalink
Run the jlumbroso/free-disk-space action in the beginning of the publ…
Browse files Browse the repository at this point in the history
…ish-artifacts job

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
(cherry picked from commit bb6713d)
  • Loading branch information
ulucinar committed Feb 29, 2024
1 parent 4ef6450 commit be99906
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@ jobs:
if: needs.detect-noop.outputs.noop != 'true'

steps:
- name: Cleanup Disk
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
with:
android: true
dotnet: true
haskell: true
tool-cache: true
large-packages: false
swap-storage: false

- name: Setup QEMU
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
with:
Expand Down

0 comments on commit be99906

Please sign in to comment.