We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e9a4d commit 1a9b821Copy full SHA for 1a9b821
.cirrus.yml
@@ -124,7 +124,7 @@ mend_scan_task:
124
depends_on:
125
- build
126
# run only on master and long-living branches
127
- only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
+ # only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
128
<<: *LINUX_CONTAINER_DEFINITION
129
env:
130
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
0 commit comments