From d239d901aefa5197327fc8bded15a314929183b1 Mon Sep 17 00:00:00 2001 From: Gichan Jang Date: Thu, 14 Nov 2024 10:46:57 +0900 Subject: [PATCH] [Action] Disable making large image When there is no Yocto cache, unnecessary packages should be removed due to lack of space in the runner. We don't need this option when we have the cache. Activate again if there is no cache. Signed-off-by: Gichan Jang --- .github/workflows/yocto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yocto.yml b/.github/workflows/yocto.yml index cada2a1b8..eb388288a 100644 --- a/.github/workflows/yocto.yml +++ b/.github/workflows/yocto.yml @@ -48,7 +48,7 @@ jobs: key: yocto-cache-yocto-5.0.3 - name: acquire some disk space - if: steps.rebuild.outputs.rebuild == '1' + if: false # Enable this step when you need to make new cache. run: | df -h sudo apt-get update --fix-missing \