Merge pull request #20540 from lukbrew25/main #222
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |