mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-kernel.yml
This commit is contained in:
7
.github/workflows/build-kernel.yml
vendored
7
.github/workflows/build-kernel.yml
vendored
@@ -3,6 +3,9 @@ on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
runner:
|
||||
required: true
|
||||
type: string
|
||||
uploading:
|
||||
type: string
|
||||
reference:
|
||||
@@ -25,7 +28,7 @@ on:
|
||||
jobs:
|
||||
|
||||
Prepare:
|
||||
runs-on: small
|
||||
runs-on: ${{ inputs.runner }}
|
||||
name: "Looking for changes"
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
outputs:
|
||||
@@ -125,7 +128,7 @@ jobs:
|
||||
GCC:
|
||||
|
||||
needs: [ Prepare ]
|
||||
runs-on: fast
|
||||
runs-on: ${{ inputs.runner }}
|
||||
if: ${{ needs.Prepare.outputs.matrix != '[]' && needs.Prepare.outputs.matrix != '' }}
|
||||
timeout-minutes: 480
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user