We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6abd2 commit 8b0b36aCopy full SHA for 8b0b36a
.cirrus.star
@@ -1,4 +1,4 @@
1
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
2
3
def main(ctx):
4
- return load_features(ctx)
+ return load_features(ctx, only_if=dict())
.cirrus.yml
@@ -8,8 +8,6 @@ env:
8
POETRY_VIRTUALENVS_PATH: ".cache/poetry/venvs"
9
POETRY_CACHE_DIR: ".cache/poetry/pypoetry"
10
11
-only_if: $CIRRUS_USER_COLLABORATOR == "true" && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "feature/*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
12
-
13
container_definition: &CONTAINER_DEFINITION
14
dockerfile: .cirrus/poetry.Dockerfile
15
cluster_name: ${CIRRUS_CLUSTER_NAME}
0 commit comments