Skip to content

Commit

Permalink
feat(BUILD-4592): gh-action_release feat/jd/BUILD-4665-python-releasa…
Browse files Browse the repository at this point in the history
…bility
  • Loading branch information
julien-carsique-sonarsource committed Mar 19, 2024
1 parent 8e6abd2 commit 8b0b36a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.star
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("github.com/SonarSource/cirrus-modules@v2", "load_features")

def main(ctx):
return load_features(ctx)
return load_features(ctx, only_if=dict())
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ env:
POETRY_VIRTUALENVS_PATH: ".cache/poetry/venvs"
POETRY_CACHE_DIR: ".cache/poetry/pypoetry"

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

container_definition: &CONTAINER_DEFINITION
dockerfile: .cirrus/poetry.Dockerfile
cluster_name: ${CIRRUS_CLUSTER_NAME}
Expand Down

0 comments on commit 8b0b36a

Please sign in to comment.