Added option to run on a chosen runner such as retrodeck

This commit is contained in:
XargonWan 2025-01-05 08:42:52 +09:00
parent 32604942c0
commit 7af698ae3b

View file

@ -16,6 +16,10 @@ on:
required: false
type: string
default: "false"
RUNS_ON:
required: false
type: string
default: "ubuntu-latest"
env:
DATE: ${{ github.run_id }}
@ -23,7 +27,7 @@ env:
jobs:
Building-project:
runs-on: ubuntu-latest
runs-on: ${{ inputs.RUNS_ON }}
steps: