Update merge-from-branch.yml

This commit is contained in:
Igor Pečovnik
2021-12-21 22:18:59 +01:00
committed by GitHub
parent 863ec83429
commit 2d28d76afc

View File

@@ -5,6 +5,9 @@ on:
workflow_call:
inputs:
runner:
required: true
type: string
branch:
required: true
type: string
@@ -18,7 +21,7 @@ jobs:
Merge:
name: "Master into ${{ inputs.branch }}"
runs-on: [self-hosted, Linux]
runs-on: ${{ inputs.runner }}
if: ${{ github.repository_owner == 'Armbian' }}
steps: