mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-25 08:58:35 -07:00
Some checks are pending
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Set the workflow to be triggered on dispatch Prevents workflow run errors
17 lines
446 B
YAML
17 lines
446 B
YAML
name: Nightly build - dev release
|
|
run-name: Nightly build - dev release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# schedule:
|
|
# # Daily at 5:15 CET
|
|
# - cron: '15 4 * * *'
|
|
|
|
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
|