CI: set source-event in release-build dispatch (#109009)

* set source-event in release-build dispatch

* missing inputs key
This commit is contained in:
Kevin Minehart
2025-07-31 15:33:27 -05:00
committed by GitHub
parent 598cc585bd
commit 925e19acf2
+6
View File
@@ -1,6 +1,12 @@
name: Build Release Packages
on:
workflow_dispatch:
inputs:
source-event:
description: If this workflow was triggered by another workflow, this value should be set to the GITHUB_EVENT_NAME of that source workflow.
type: string
required: false
default: workflow_dispatch
schedule:
# Every weeknight at midnight
# "Scheduled workflows will only run on the default branch." (docs.github.com)