Skip to content

Commit 2d30981

Browse files
committed
iox-#2011 Deactivate Cirrus Ci for now
1 parent 8d9324b commit 2d30981

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)