mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
assure test pr runs on big runners
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user