mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-19 12:19:37 +08:00
17 lines
358 B
YAML
17 lines
358 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
|