mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update maintain-runners.yml
This commit is contained in:
13
.github/workflows/maintain-runners.yml
vendored
13
.github/workflows/maintain-runners.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user