From 2f79d49722c8187ac366c8bad62efa09ccd08537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 19 Mar 2022 13:33:21 +0100 Subject: [PATCH] Update maintain-runners.yml --- .github/workflows/maintain-runners.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/maintain-runners.yml b/.github/workflows/maintain-runners.yml index aeb0a959..47e6a323 100644 --- a/.github/workflows/maintain-runners.yml +++ b/.github/workflows/maintain-runners.yml @@ -86,18 +86,7 @@ jobs: matrix: node: ${{fromJson(needs.Prepare.outputs.matrix)}} steps: - - - name: Remove - run: | - - # full clenaing temporally - if [[ $(curl -s http://ifconfig.me) == "93.103.15.56" ]]; then - sudo umount -a || true - sudo rm -rf /home/igorp/actions-runner/_work/build /home/igorp/actions-runner/_work/distribution /home/igorp/actions-runner/_work/scripts - sudo reboot - fi - - + - name: Checkout Armbian build script uses: actions/checkout@v2 with: