From 497e2c8da12060ebffb32bbabf383d488f3df766 Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Fri, 29 Sep 2023 23:07:44 -0700 Subject: [PATCH] Revert "Use temporary GHA to clear more diskspace for IDE platform verification workflow."; Bump jlumbroso/free-disk-space from 1.2.0 to 1.3.0; Do not delete docker images from JetBrains compatibility GitHub Workflow. (#184) * Revert "Use temporary GHA to clear more diskspace for IDE platform verification workflow." This reverts commit a52886de94228e8250b852ba1c8075a35a4681bd. Reverting because https://github.com/jlumbroso/free-disk-space/pull/8 is now resolved and released (v1.3.0). * Bump jlumbroso/free-disk-space from 1.2.0 to 1.3.0 * Do not delete docker images from JetBrains compatibility GitHub Workflow. --- .github/workflows/compatibility.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index f705aa6..9eed037 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -43,12 +43,13 @@ jobs: # https://github.com/actions/runner-images/issues/2840#issuecomment-790492173 # https://github.com/jlumbroso/free-disk-space - name: Free Disk Space (Ubuntu) - # TODO: revert to jlumbroso/free-disk-space once jlumbroso/free-disk-space#8 is merged and released. -# uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0 - uses: kfir4444/free-disk-space@0f2cc361875b00eaca290d19f2176e58c664fb02 # latest as of 2023-08-19 + uses: jlumbroso/free-disk-space@f68fdb76e2ea636224182cfb7377ff9a1708f9b8 # v1.3.0 with: # this remove tools (actions/setup-java) that are needed; hence, disable. tool-cache: false + # this removes docker images that are needed, like the one that is built at the beginning of the workflow run + # for the below action (ChrisCarini/intellij-platform-plugin-verifier-action@latest); hence, disable. + docker-images: false - name: Verify plugin on IntelliJ Platforms id: verify