Cura/.github/workflows/nightly-stable.yml
HellAholic 429064f37b
Update nightly-stable.yml
Set the workflow to be triggered on dispatch
Prevents workflow run errors
2025-06-16 15:31:05 +02:00

17 lines
385 B
YAML

name: Nightly build - stable release
run-name: Nightly build - stable release
on:
workflow_dispatch:
# schedule:
# # Daily at 5:15 CET
# - cron: '15 4 * * *'
jobs:
build-nightly:
uses: ./.github/workflows/nightly.yml
with:
cura_conan_version: "cura/[*]"
release_tag: "nightly-stable"
caller_workflow: "nightly-stable.yml"
secrets: inherit