From eaad9f3dbb9cd3b48ea775d671534c25fc81c325 Mon Sep 17 00:00:00 2001 From: MUI bot <2109932+Janpot@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:50:37 +0100 Subject: [PATCH] Fix dedupe check --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1996d697355..140b26aeedf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,8 @@ jobs: - run: name: Check for duplicated packages command: | - if [[ $(git diff --name-status master | grep pnpm.lock) == "" ]]; + # #default-branch-switch + if [[ $(git diff --name-status master | grep -E 'pnpm-workspace\.yaml|pnpm-lock.yaml|package\.json') == "" ]]; then echo "no changes to dependencies detected, skipping..." else