assure test pr runs on big runners
This commit is contained in:
parent
17b3da0a44
commit
133b0d6b9e
2
.github/workflows/testpr.yml
vendored
2
.github/workflows/testpr.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
build_sbc_kernel:
|
||||
name: Compile changed kernel
|
||||
# This job runs on self hosted Linux machine, with public label
|
||||
runs-on: [self-hosted, public, x64]
|
||||
runs-on: [self-hosted, public, x64, big]
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
# - uses: rokroskar/workflow-run-cleanup-action@v0.2.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user