Skip to content

Commit

Permalink
Merge branch 'fix/cirrus-ci-trigger' into release/v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Dec 13, 2023
2 parents 876de39 + 0577d93 commit efffe20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ compile_openblas_macos_arm64_task:
build_macos_arm64_wheels_task:
name: Build MacOS arm64 wheels
alias: build_macos_arm64_wheels
only_if: ${CIRRUS_CHANGE_IN_REPO} != ${CIRRUS_LAST_GREEN_CHANGE}
only_if: ${CIRRUS_CHANGE_IN_REPO} != ${CIRRUS_LAST_GREEN_CHANGE} && (${CIRRUS_BRANCH} == 'master' || ${CIRRUS_BRANCH} =~ 'release/.*')
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
matrix:
Expand Down Expand Up @@ -62,7 +62,7 @@ build_macos_arm64_wheels_task:

trigger_github_workflow_task:
name: Trigger GitHub workflow
only_if: ${CIRRUS_CHANGE_IN_REPO} != ${CIRRUS_LAST_GREEN_CHANGE}
only_if: ${CIRRUS_CHANGE_IN_REPO} != ${CIRRUS_LAST_GREEN_CHANGE} && (${CIRRUS_BRANCH} == 'master' || ${CIRRUS_BRANCH} =~ 'release/.*')
depends_on: build_macos_arm64_wheels
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
Expand Down

0 comments on commit efffe20

Please sign in to comment.