Skip to content

Commit f33b1ea

Browse files
ghislainpiotWohops
authored andcommitted
Ensure tests run on long-lived branches
1 parent 11f1bde commit f33b1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
POETRY_VIRTUALENVS_PATH: "~/.cache/poetry/venvs"
1212
POETRY_CACHE_DIR: "~/.cache/poetry/pypoetry"
1313

14-
only_if: $CIRRUS_USER_COLLABORATOR == "true" && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "feature/*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
14+
only_if: $CIRRUS_USER_COLLABORATOR == "true" && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "feature/*" || $CIRRUS_BRANCH =~ "dogfood-on-.*" || $CIRRUS_BRANCH =~ "branch-.*")
1515

1616
container_definition: &CONTAINER_DEFINITION
1717
dockerfile: .cirrus/poetry.Dockerfile

0 commit comments

Comments
 (0)