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:
parent
d2fba532a6
commit
8d0bb0ac0b
8
.github/workflows/maintain.yml
vendored
8
.github/workflows/maintain.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user