Skip to content

Commit 4f45f2c

Browse files
NO-JIRA remove the mentions of dogfood and maintenance branches in cirrus config file
1 parent e3c4fde commit 4f45f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ container_definition: &CONTAINER_DEFINITION
3535
namespace: default
3636

3737
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
38-
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
38+
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master")
3939

4040
#
4141
# TASKS

0 commit comments

Comments
 (0)