Cura/.github/workflows/nightly-stable.yml
Erwan MATHIEU c726d61086 Disable nightly builds
They don't properly work since the conan2 migration, and it seems nobody is actually using them anymore, so deactivating them for now, and will reactivate when we have fixed the conan packages versions issues.
2025-05-23 10:07:02 +02:00

16 lines
366 B
YAML

name: Nightly build - stable release
run-name: Nightly build - stable release
# on:
# 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