Set regular fan speed of the AA0.25 ABS print modes from 40% to 5% to… #107
Workflow file for this run
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: | |
workflow_dispatch: | |
push: | |
paths: | |
- '*.xml.*' | |
- '*.sig' | |
- 'conanfile.py' | |
- '.github/workflows/conan-package.yml' | |
- '.github/workflows/requirements*.txt' | |
branches: | |
- main | |
- master | |
- 'PP-*' | |
- 'CURA-*' | |
- '[0-9].[0-9]*' | |
tags: | |
- '[0-9]+.[0-9]+.[0-9]*' | |
- '[0-9]+.[0-9]+.[0-9]' | |
jobs: | |
conan-recipe-version: | |
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@main | |
with: | |
project_name: fdm_materials | |
conan-package-export-linux: | |
needs: [ conan-recipe-version ] | |
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@main | |
with: | |
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }} | |
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} | |
secrets: inherit |