mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Also build latest on CURA-8160
Contributes to CURA-9365
This commit is contained in:
parent
215f487978
commit
81b3cc44ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/conan-recipe-version.yml
vendored
4
.github/workflows/conan-recipe-version.yml
vendored
|
@ -76,8 +76,8 @@ jobs:
|
|||
- name: Get latest alias
|
||||
id: latest-alias
|
||||
run: |
|
||||
# FIXME: Remove once merged to main
|
||||
if [ "${{ github.ref_name == 'main' }}" = "true" || "${{ github.ref_name == 'CURA-8160_fix_main' }}" ]; then
|
||||
# FIXME: Remove the CURA-8160 clause once merged to main
|
||||
if [ "${{ github.ref_name == 'main' }}" = "true" || "${{ contains(github.ref_name, 'CURA-8160') }}" ]; then
|
||||
echo "::set-output name=recipe_id_latest::${{ inputs.project_name }}/latest@${{ steps.get-conan-broadcast-data.outputs.user }}/${{ steps.get-conan-broadcast-data.outputs.channel }}"
|
||||
else
|
||||
echo "::set-output name=recipe_id_latest::''"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue