Skip to content

Commit

Permalink
Force build package to test it
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 10, 2024
1 parent 19f034a commit 44d72cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# FIXME: Use main once merged
conan-package-create-macos:
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')) }}
#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:
recipe_id_name: ${{ needs.conan-recipe-version.outputs.project_name }}
Expand All @@ -54,7 +54,7 @@ jobs:
# FIXME: Use main once merged
conan-package-create-windows:
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')) }}
#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:
recipe_id_name: ${{ needs.conan-recipe-version.outputs.project_name }}
Expand All @@ -66,7 +66,7 @@ jobs:

# FIXME: Use main once merged
conan-package-create-linux:
needs: [ conan-recipe-version, conan-recipe-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:
Expand Down

0 comments on commit 44d72cc

Please sign in to comment.