From a7bd344615f92f54a872a393981489372e280fe8 Mon Sep 17 00:00:00 2001 From: Ted Themistokleous Date: Wed, 27 Sep 2023 16:18:01 -0400 Subject: [PATCH] Add missing continue-on-error:true flag for jlumbroso/free-disk-space@main Need this since without we break CI right now --- .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