chore(workflow): add inputs for manual trigger reason and skip tests in nightly build

This commit is contained in:
GitHub Actions
2026-01-24 21:56:25 +00:00
parent e953053f41
commit 4d816f1e47

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