diff --git a/.github/workflows/complete-artifact-matrix-all.yml b/.github/workflows/complete-artifact-matrix-all.yml index 2975417a6c..85ab933df5 100644 --- a/.github/workflows/complete-artifact-matrix-all.yml +++ b/.github/workflows/complete-artifact-matrix-all.yml @@ -201,6 +201,10 @@ jobs: runs-on: [ "self-hosted", "Linux", 'super' ] steps: + # Cleaning self hosted runners + - name: Runner clean + uses: armbian/actions/runner-clean@main + # We need to make sure there is no build folder here - name: "We are making full clone" run: sudo rm -rf build os diff --git a/.github/workflows/complete-artifact-matrix-apps.yml b/.github/workflows/complete-artifact-matrix-apps.yml index 2e8dfeb4ef..063a053b6a 100644 --- a/.github/workflows/complete-artifact-matrix-apps.yml +++ b/.github/workflows/complete-artifact-matrix-apps.yml @@ -438,6 +438,10 @@ jobs: runs-on: [ "self-hosted", "Linux", 'super' ] steps: + # Cleaning self hosted runners + - name: Runner clean + uses: armbian/actions/runner-clean@main + # We need to make sure there is no build folder here - name: "We are making full clone" run: sudo rm -rf build os diff --git a/.github/workflows/complete-artifact-matrix-community-maintained.yml b/.github/workflows/complete-artifact-matrix-community-maintained.yml index 56198fae04..23c5b88010 100644 --- a/.github/workflows/complete-artifact-matrix-community-maintained.yml +++ b/.github/workflows/complete-artifact-matrix-community-maintained.yml @@ -440,6 +440,10 @@ jobs: runs-on: [ "self-hosted", "Linux", 'super' ] steps: + # Cleaning self hosted runners + - name: Runner clean + uses: armbian/actions/runner-clean@main + # We need to make sure there is no build folder here - name: "We are making full clone" run: sudo rm -rf build os diff --git a/.github/workflows/complete-artifact-matrix-nightly.yml b/.github/workflows/complete-artifact-matrix-nightly.yml index b307fd72c7..c986e9f0c8 100644 --- a/.github/workflows/complete-artifact-matrix-nightly.yml +++ b/.github/workflows/complete-artifact-matrix-nightly.yml @@ -444,6 +444,10 @@ jobs: runs-on: [ "self-hosted", "Linux", 'super' ] steps: + # Cleaning self hosted runners + - name: Runner clean + uses: armbian/actions/runner-clean@main + # We need to make sure there is no build folder here - name: "We are making full clone" run: sudo rm -rf build os diff --git a/.github/workflows/complete-artifact-matrix-standard-support.yml b/.github/workflows/complete-artifact-matrix-standard-support.yml index 64a35d3923..5e6d6623b8 100644 --- a/.github/workflows/complete-artifact-matrix-standard-support.yml +++ b/.github/workflows/complete-artifact-matrix-standard-support.yml @@ -438,6 +438,10 @@ jobs: runs-on: [ "self-hosted", "Linux", 'super' ] steps: + # Cleaning self hosted runners + - name: Runner clean + uses: armbian/actions/runner-clean@main + # We need to make sure there is no build folder here - name: "We are making full clone" run: sudo rm -rf build os