Skip to content

Commit

Permalink
MWPW-126972: Removes SendToCaas option from dev and preview (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiqueo authored Oct 25, 2023
1 parent dc764bd commit f5d91d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"containerId": "tools",
"title": "Send to CaaS",
"id": "sendtocaas",
"environments": ["dev","preview", "live", "prod"],
"environments": ["live", "prod"],
"event": "send-to-caas",
"excludePaths": ["/tools/caas**", "/tools/ost**", "*.json"]
},
Expand Down

0 comments on commit f5d91d0

Please sign in to comment.