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 5182468 commit 1d6cb82Copy full SHA for 1d6cb82
.cirrus.yml
@@ -56,7 +56,7 @@ build_container_definition: &BUILD_CONTAINER_DEFINITION
56
memory: 2G
57
58
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
59
- only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' )
+ only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' || $CIRRUS_BRANCH =~ "dogfood-on-.*")
60
61
build_task:
62
<<: *BUILD_CONTAINER_DEFINITION
0 commit comments