Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy
81bcd1253a Add inputs for manual trigger in nightly build workflow 2026-01-24 16:49:15 -05:00
Jeremy
a437c64fb1 Reorder baseBranches in renovate.json 2026-01-24 16:43:58 -05:00
2 changed files with 11 additions and 2 deletions

View File

@@ -7,8 +7,8 @@
"helpers:pinGitHubActionDigests"
],
"baseBranches": [
"development",
"feature/beta-release"
"feature/beta-release",
"development"
],
"timezone": "America/New_York",
"dependencyDashboard": true,

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