We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9324b commit 2d30981Copy full SHA for 2d30981
.cirrus.yaml
@@ -16,13 +16,13 @@
16
# Filter to run the CI only on the main and release branches or for pull request to the main, release* and iox-* branches
17
#
18
19
-only_if: $CIRRUS_BRANCH == 'main'
+only_if: false && ($CIRRUS_BRANCH == 'main'
20
|| $CIRRUS_BRANCH == 'release*'
21
|| ($CIRRUS_PR != '' && ($CIRRUS_BASE_BRANCH == 'main'
22
|| $CIRRUS_BASE_BRANCH == 'release*'
23
|| $CIRRUS_BASE_BRANCH == 'iox-*'
24
)
25
- )
+ ))
26
27
28
# Templates
0 commit comments