We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c9d5a commit 0958576Copy full SHA for 0958576
.cirrus.yml
@@ -132,7 +132,7 @@ ws_scan_task:
132
depends_on:
133
- build
134
# 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-.*")
+ #only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
136
env:
137
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
138
GOPATH: ${HOME}/go
0 commit comments