Skip to content

Commit

Permalink
Merge pull request #2365 from elBoberido/iox-2011-deactivate-cirrus-ci
Browse files Browse the repository at this point in the history
iox-#2011 Deactivate Cirrus Ci for now
  • Loading branch information
elBoberido authored Oct 18, 2024
2 parents 8d9324b + 2d30981 commit fc86354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
# Filter to run the CI only on the main and release branches or for pull request to the main, release* and iox-* branches
#

only_if: $CIRRUS_BRANCH == 'main'
only_if: false && ($CIRRUS_BRANCH == 'main'
|| $CIRRUS_BRANCH == 'release*'
|| ($CIRRUS_PR != '' && ($CIRRUS_BASE_BRANCH == 'main'
|| $CIRRUS_BASE_BRANCH == 'release*'
|| $CIRRUS_BASE_BRANCH == 'iox-*'
)
)
))

#
# Templates
Expand Down

0 comments on commit fc86354

Please sign in to comment.