From e7b7817b9d16e465772d4b3e419e5181b561974b Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 3 Nov 2025 14:06:25 +0100 Subject: [PATCH] chore: add prune option into example config Signed-off-by: AtomicFS --- .github/workflows/linuxboot-example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linuxboot-example.yml b/.github/workflows/linuxboot-example.yml index cc1734c..e147c04 100644 --- a/.github/workflows/linuxboot-example.yml +++ b/.github/workflows/linuxboot-example.yml @@ -39,4 +39,7 @@ jobs: auto-upload-artifacts-if-no-files-found: 'warn' auto-upload-artifacts-compression-level: '6' auto-upload-artifacts-overwrite: 'true' + + # Remove containers and their volumes after each module is build + prune: 'true' # ANCHOR_END: AllFeatures