Skip to content

Use fully-qualified arcus version #128

Use fully-qualified arcus version

Use fully-qualified arcus version #128

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:
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main

Check failure on line 24 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: 24, Col: 11): Error from called workflow ultimaker/cura-workflows/.github/workflows/conan-package.yml@main (Line: 86, Col: 9): Unexpected end of expression: ')'. Located at position 90 within expression: (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master')
secrets: inherit