Skip to content

Commit fc86354

Browse files
authored
Merge pull request #2365 from elBoberido/iox-2011-deactivate-cirrus-ci
iox-#2011 Deactivate Cirrus Ci for now
2 parents 8d9324b + 2d30981 commit fc86354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
# Filter to run the CI only on the main and release branches or for pull request to the main, release* and iox-* branches
1717
#
1818

19-
only_if: $CIRRUS_BRANCH == 'main'
19+
only_if: false && ($CIRRUS_BRANCH == 'main'
2020
|| $CIRRUS_BRANCH == 'release*'
2121
|| ($CIRRUS_PR != '' && ($CIRRUS_BASE_BRANCH == 'main'
2222
|| $CIRRUS_BASE_BRANCH == 'release*'
2323
|| $CIRRUS_BASE_BRANCH == 'iox-*'
2424
)
25-
)
25+
))
2626

2727
#
2828
# Templates

0 commit comments

Comments
 (0)