From 81b3cc44ce0ff7ca5e1c0ec347b1f4f2ebd800a9 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 16 Jun 2022 06:39:03 +0200 Subject: [PATCH] Also build latest on CURA-8160 Contributes to CURA-9365 --- .github/workflows/conan-recipe-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index 4d507bb180..3fb7cd3e5a 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -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::''"