From 9d6d92e6840dc8897543d57a7b770c6d2c0b32dd Mon Sep 17 00:00:00 2001 From: Shane McLaughlin Date: Thu, 11 Aug 2022 08:22:38 -0700 Subject: [PATCH] feat: don't run nuts on release/main (#690) --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69496b36b5..6fec7c893a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -185,6 +185,9 @@ workflows: # git config so it can push without --set-upstream command: 'git config --global push.default current; git config --global user.email alm-cli@salesforce.com; yarn test:nuts:scale:record' os: linux + filters: + branches: + ignore: main # I wish we could *also* record the CI perf for windows, but I can't figure out the syntax # until then, run as a separate job to test scaling for larger repos - release-management/test-nut: