Use different minimum layer time when layer has an overhang #2582
This file contains 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: conan-package | |
on: | |
push: | |
paths: | |
- 'include/**' | |
- 'src/**' | |
- 'test_package/**' | |
- 'conanfile.py' | |
- 'conandata.yml' | |
- 'CMakeLists.txt' | |
- '.github/workflows/conan-package.yml' | |
branches: | |
- main | |
- 'CURA-*' | |
- 'PP-*' | |
- 'NP-*' | |
- '[0-9].[0-9]*' | |
- '[0-9].[0-9][0-9]*' | |
tags: | |
- '[0-9]+.[0-9]+.[0-9]*' | |
- '[0-9]+.[0-9]+.[0-9]' | |
pull_request: | |
types: [opened, reopened, synchronize] | |
paths: | |
- 'include/**' | |
- 'src/**' | |
- 'test_package/**' | |
- 'conanfile.py' | |
- 'conandata.yml' | |
- 'CMakeLists.txt' | |
- '.github/workflows/conan-package.yml' | |
branches: | |
- main | |
- 'CURA-*' | |
- 'PP-*' | |
- 'NP-*' | |
- '[0-9].[0-9]*' | |
- '[0-9].[0-9][0-9]*' | |
jobs: | |
conan-package: | |
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main | |
with: | |
platform_wasm: true | |
secrets: inherit |