From 4fbbbc67fa9cc13a8c9492f77536e36337fb13ce Mon Sep 17 00:00:00 2001 From: pmacius Date: Mon, 19 Aug 2024 09:27:50 +0200 Subject: [PATCH] skip checking the artfiacts --- .github/workflows/test-make.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-make.yml b/.github/workflows/test-make.yml index 2d85c25f..c8bb69e8 100644 --- a/.github/workflows/test-make.yml +++ b/.github/workflows/test-make.yml @@ -35,7 +35,6 @@ jobs: id: make run: | make all_ci - echo "du=$(du -s | cut -f1)" >> $GITHUB_OUTPUT - name: Check Images are loaded and artifacts are cleanup run: |