Skip to content

Commit

Permalink
feat: don't run nuts on release/main (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Aug 11, 2022
1 parent f371454 commit 9d6d92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d6d92e

Please sign in to comment.