From 5c16de58a02099df38e1e8486df148d1b798460a Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 3 May 2021 16:45:58 +0200 Subject: [PATCH] ci: drop sentry setup for PRs (#17557) --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57fdc8eb6d..2a89152c95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -509,16 +509,6 @@ workflows: - build-api-spec: requires: - setup - - sentry: - context: matterbuild-sentry - requires: - - check-app-layers - - check-store-layers - - check-mocks - - check-migrations - - check-mattermost-vet - - check-golangci-lint - - build-api-spec - build: requires: - check-app-layers