From a02096de31db024463ef203f44c5e01a40c1ff88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 25 Mar 2022 13:06:20 +0100 Subject: [PATCH] Update maintain-runners.yml --- .github/workflows/maintain-runners.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maintain-runners.yml b/.github/workflows/maintain-runners.yml index 49af0e94..99885d1c 100644 --- a/.github/workflows/maintain-runners.yml +++ b/.github/workflows/maintain-runners.yml @@ -150,9 +150,6 @@ jobs: sudo rm -rf changes.txt 2>/dev/null || true sudo rm *.conf 2>/dev/null || true sudo rm *.txt 2>/dev/null || true - df - cd build || true - [[ ! -f .ignore_changes ]] && sudo touch .ignore_changes sudo rm -rf cache/sources/ || true sudo rm -rf output/ || true sudo chown -R $USER:$USER build || true @@ -165,6 +162,11 @@ jobs: path: build clean: true + - name: Ignore changes + run: | + + [[ ! -f build/.ignore_changes ]] && sudo touch build/.ignore_changes + Finish: name: Finish needs: [Purge]