mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 10:00:46 +00:00
Workflow
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -8,13 +8,18 @@ on:
|
||||
required: false
|
||||
default: teaser-2026
|
||||
type: string
|
||||
runner:
|
||||
description: Runner label to use for the build
|
||||
required: false
|
||||
default: prox-1
|
||||
type: string
|
||||
secrets:
|
||||
USER_AUTH:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: prox-1
|
||||
runs-on: ${{ inputs.runner }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user