mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00

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.
16 lines
366 B
YAML
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
|