Fix angle to 28 degrees for now. #268
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 - 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 |