mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-26 09:28:36 -07:00
17 lines
504 B
YAML
17 lines
504 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:
|
|
# FIXME: Use main once merged
|
|
uses: ultimaker/cura/.github/workflows/nightly.yml@CURA-11622_conan_v2
|
|
with:
|
|
# FIXME: Use testing channel once merged
|
|
cura_conan_version: "cura/[*]@ultimaker/cura_11622"
|
|
release_tag: "nightly-stable" # Fixed version, we reuse the same tag forever
|
|
caller_workflow: "nightly-testing.yml"
|