-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(BUILD-4592): gh-action_release feat/jd/BUILD-4665-python-releasa…
…bility
- Loading branch information
1 parent
8e6abd2
commit 8b0b36a
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters