From 404261c5b7db030816b77fa3104a173aaff8d9cb Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 28 May 2025 11:15:25 -0400 Subject: [PATCH 1/2] chore(chromatic): only run on `ui-components` changes and merge groups Signed-off-by: Aviv Keller --- .github/workflows/chromatic.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index cd9ae12686231..73346d3d92b81 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -11,9 +11,13 @@ on: push: branches: - main + paths: + - packages/ui-components pull_request_target: branches: - main + paths: + - packages/ui-components types: - labeled workflow_dispatch: From 81aaf2a94b7a7669abf75ba183333c3c99036231 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 28 May 2025 11:16:35 -0400 Subject: [PATCH 2/2] Update .github/workflows/chromatic.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 73346d3d92b81..35bf1207fe33e 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -12,12 +12,12 @@ on: branches: - main paths: - - packages/ui-components + - packages/ui-components/** pull_request_target: branches: - main paths: - - packages/ui-components + - packages/ui-components/** types: - labeled workflow_dispatch: