Maintain runner script needs few adjustements (#3179)

We need to have different tag organisation to have a better control via tagging
This commit is contained in:
Igor Pečovnik 2021-10-07 20:30:12 +02:00 committed by GitHub
parent d2fba532a6
commit 8d0bb0ac0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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