diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index 84db90a..6108e84 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -40,7 +40,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: @@ -53,7 +53,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: @@ -66,7 +66,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: