optional release builder

This commit is contained in:
Denis Angell
2025-03-28 20:42:18 +01:00
parent ddbbe91e5a
commit 9a90a7ffdc
2 changed files with 9 additions and 3 deletions

View File

@@ -3,8 +3,12 @@ name: Release - SH Runner
on:
push:
branches: ["dev", "candidate", "release"]
pull_request:
branches: ["dev", "candidate", "release"]
workflow_dispatch:
inputs:
reason:
description: 'Release Build'
required: false
default: 'Manual PR testing'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -15,6 +19,7 @@ env:
jobs:
checkout:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: [self-hosted, vanity]
outputs:
checkout_path: ${{ steps.vars.outputs.checkout_path }}