Skip to content

Commit 0958576

Browse files
SONARRUBY-21 Use common slang modules deployed to maven central
1 parent d8c9d5a commit 0958576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ws_scan_task:
132132
depends_on:
133133
- build
134134
# run only on master, long-term branches and mend-related branches
135-
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
135+
#only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
136136
env:
137137
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
138138
GOPATH: ${HOME}/go

0 commit comments

Comments
 (0)