assure test pr runs on big runners

This commit is contained in:
lanefu
2021-06-10 06:48:37 -04:00
committed by GitHub
parent 17b3da0a44
commit 133b0d6b9e

View File

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