mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 10:36:31 +08:00
18 lines
504 B
YAML
18 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"
|