Cura/.github/workflows/nightly-testing.yml
Erwan MATHIEU c726d61086
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
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
427 B
YAML

name: Nightly build - dev release
run-name: Nightly build - dev release
# on:
# schedule:
# # Daily at 4:15 CET
# - cron: '15 3 * * *'
jobs:
build-nightly:
uses: ./.github/workflows/nightly.yml
with:
cura_conan_version: "cura/[*]@ultimaker/testing"
release_tag: "nightly-testing" # Fixed version, we reuse the same tag forever
caller_workflow: "nightly-testing.yml"
secrets: inherit