From 2292fad5f5bebf70d4e46c0e2ef8861924dfef46 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Mon, 2 Dec 2024 15:20:01 +0800 Subject: [PATCH] Added design system as a dependency to the Admin-X Settings checks (#21775) no issues - when anything is changed in the design system, the Admin-X Settings checks will run now - they didn't use to run before, and it caused some PRs to be merged without being checked --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a88b03677..7c731ac3b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,7 @@ jobs: admin-x-settings: - *shared - 'apps/admin-x-settings/**' + - 'apps/admin-x-design-system/**' announcement-bar: - *shared - 'apps/announcement-bar/**'