From 6d6db798b909125edccd8f1080b90649e0714966 Mon Sep 17 00:00:00 2001 From: Ted Themistokleous <107195283+TedThemistokleous@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:44:41 -0400 Subject: [PATCH] Add missing continue-on-error:true flag for jlumbroso/free-disk-space@main (#2260) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8636b1a05e..bf0211e8e26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -337,6 +337,7 @@ jobs: steps: - name: Free space uses: jlumbroso/free-disk-space@main + continue-on-error: true with: tool-cache: true android: true