From 8d0bb0ac0bbaebf3cc44e3ffdf4ada30f75b4290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 7 Oct 2021 20:30:12 +0200 Subject: [PATCH] Maintain runner script needs few adjustements (#3179) We need to have different tag organisation to have a better control via tagging --- .github/workflows/maintain.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maintain.yml b/.github/workflows/maintain.yml index c95d0e083b..2aaa3ccb7e 100644 --- a/.github/workflows/maintain.yml +++ b/.github/workflows/maintain.yml @@ -8,7 +8,7 @@ jobs: Prepare: name: Prepare runners - runs-on: [self-hosted, Linux, x64] + runs-on: [self-hosted, Linux, small] if: ${{ github.repository_owner == 'armbian' }} outputs: matrix: ${{steps.list_dirs.outputs.matrix}} @@ -31,7 +31,7 @@ jobs: Maint: needs: [ Prepare ] - runs-on: [self-hosted, Linux] + runs-on: [self-hosted, Linux, small] if: ${{ github.repository_owner == 'armbian' }} timeout-minutes: 480 strategy: @@ -88,7 +88,7 @@ jobs: name: Make cache needs: [ Maint ] - runs-on: [self-hosted, Linux, x64, cache] + runs-on: [self-hosted, Linux, cache] if: ${{ github.repository_owner == 'armbian' }} outputs: matrix: ${{steps.list_dirs.outputs.matrix}} @@ -364,7 +364,7 @@ jobs: Finish: name: Finish needs: [Check,Docker-arm64] - runs-on: [self-hosted, Linux] + runs-on: [self-hosted, Linux, small] if: ${{ github.repository_owner == 'Armbian' }} steps: - name: Run script