Skip to content

Useless change to trigger build #95

Useless change to trigger build

Useless change to trigger build #95

Workflow file for this run

name: conan-package
on:
push:
paths:
- 'src/**'
- 'test_package/**'
- 'include/**'
- 'conanfile.py'
- 'CMakeLists.txt'
- '.github/workflows/conan-package.yml'
- '.github/workflows/requirements*'
- 'conandata.yml'
branches:
- main
- 'CURA-*'
- 'PP-*'
- 'NP-*'
- '[0-9].[0-9]*'
- '[0-9].[0-9][0-9]*'
jobs:
# FIXME: Use main once merged
conan-recipe-version:
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@CURA-11622_conan_v2
with:
project_name: pyarcus
# FIXME: Use main once merged
conan-recipe-export:
needs: [ conan-recipe-version ]
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@CURA-11622_conan_v2
with:
recipe_id_name: ${{ needs.conan-recipe-version.outputs.project_name }}
recipe_id_version: ${{ needs.conan-recipe-version.outputs.recipe_semver_full }}
recipe_id_user: ${{ needs.conan-recipe-version.outputs.user }}
recipe_id_channel: ${{ needs.conan-recipe-version.outputs.channel }}
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
secrets: inherit
# FIXME: Use main once merged
conan-package-create:
needs: [ conan-recipe-version, conan-recipe-export ]
#if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master' || needs.conan-recipe-version.outputs.is_release_branch == 'true')) }}
uses: ultimaker/cura-workflows/.github/workflows/conan-package-create.yml@CURA-11622_conan_v2

Check failure on line 45 in .github/workflows/conan-package.yml

View workflow run for this annotation

GitHub Actions / conan-package

Invalid workflow file

The workflow is not valid. In .github/workflows/conan-package.yml (Line: 45, Col: 11): Error from called workflow ultimaker/cura-workflows/.github/workflows/conan-package-create.yml@CURA-11622_conan_v2 (Line: 61, Col: 9): Unrecognized named-value: 'matrix'. Located at position 23 within expression: inputs.all_runners || matrix.runner == ubuntu-latest
with:
recipe_id_name: ${{ needs.conan-recipe-version.outputs.project_name }}
recipe_id_version: ${{ needs.conan-recipe-version.outputs.recipe_semver_full }}
recipe_id_user: ${{ needs.conan-recipe-version.outputs.user }}
recipe_id_channel: ${{ needs.conan-recipe-version.outputs.channel }}
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
secrets: inherit