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 794e29f commit d5ee174Copy full SHA for d5ee174
.cirrus.yaml
@@ -21,7 +21,7 @@ env:
21
SLACK_CHANNEL: squad-ide-intellij-family-bots
22
23
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
24
- only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH == "ci/images-it/master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
+ only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
25
26
container_definition: &CONTAINER_DEFINITION
27
cluster_name: ${CIRRUS_CLUSTER_NAME}
0 commit comments