Skip to content

Commit 8b0b36a

Browse files
feat(BUILD-4592): gh-action_release feat/jd/BUILD-4665-python-releasability
1 parent 8e6abd2 commit 8b0b36a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.cirrus.star

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
22

33
def main(ctx):
4-
return load_features(ctx)
4+
return load_features(ctx, only_if=dict())

.cirrus.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ env:
88
POETRY_VIRTUALENVS_PATH: ".cache/poetry/venvs"
99
POETRY_CACHE_DIR: ".cache/poetry/pypoetry"
1010

11-
only_if: $CIRRUS_USER_COLLABORATOR == "true" && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "feature/*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
12-
1311
container_definition: &CONTAINER_DEFINITION
1412
dockerfile: .cirrus/poetry.Dockerfile
1513
cluster_name: ${CIRRUS_CLUSTER_NAME}

0 commit comments

Comments
 (0)