mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update merge-from-branch.yml
This commit is contained in:
5
.github/workflows/merge-from-branch.yml
vendored
5
.github/workflows/merge-from-branch.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user