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 11f1bde commit f33b1eaCopy full SHA for f33b1ea
.cirrus.yml
@@ -11,7 +11,7 @@ env:
11
POETRY_VIRTUALENVS_PATH: "~/.cache/poetry/venvs"
12
POETRY_CACHE_DIR: "~/.cache/poetry/pypoetry"
13
14
-only_if: $CIRRUS_USER_COLLABORATOR == "true" && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "feature/*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
+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-.*")
15
16
container_definition: &CONTAINER_DEFINITION
17
dockerfile: .cirrus/poetry.Dockerfile
0 commit comments