Add inputs for manual trigger in nightly build workflow

This commit is contained in:
Jeremy
2026-01-24 16:49:15 -05:00
committed by GitHub
parent a437c64fb1
commit 81bcd1253a

View File

@@ -7,6 +7,15 @@ on:
# Daily at 09:00 UTC (4am EST / 5am EDT)
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
reason:
description: "Why are you running this manually?"
required: true
default: "manual trigger"
skip_tests:
description: "Skip test-nightly-image job?"
required: false
default: "false"
env:
REGISTRY: ghcr.io