From 900c16a705b651a7ea5f0e5b27f455b7a5cf9040 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 5 Sep 2024 15:34:02 +0200 Subject: [PATCH] Fix step renaming with dependencies --- .github/workflows/conan-package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index 56c9128..3876897 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -41,7 +41,7 @@ jobs: # FIXME: Use main once merged conan-package-create-macos: - needs: [ conan-recipe-version, conan-package-export ] + 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-macos.yml@CURA-11622_conan_v2 with: @@ -54,7 +54,7 @@ jobs: # FIXME: Use main once merged conan-package-create-windows: - needs: [ conan-recipe-version, conan-package-export ] + 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-windows.yml@CURA-11622_conan_v2 with: @@ -67,7 +67,7 @@ jobs: # FIXME: Use main once merged conan-package-create-linux: - needs: [ conan-recipe-version, conan-package-export ] + 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-linux.yml@CURA-11622_conan_v2 with: