From 5f7581cb6c41a9f886c67019e262d2b49797a25e Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Mon, 9 Dec 2024 15:26:27 +0100 Subject: [PATCH] fix: path --- .github/workflows/core-feature-alert.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-feature-alert.yml b/.github/workflows/core-feature-alert.yml index f23f18cfa0..dde8c08a77 100644 --- a/.github/workflows/core-feature-alert.yml +++ b/.github/workflows/core-feature-alert.yml @@ -3,8 +3,8 @@ name: Core Feature Alert on: pull_request: paths: - - src/features/client-feature-toggles - - src/features/frontend-api + - src/lib/features/client-feature-toggles + - src/lib/features/frontend-api jobs: notify-core-changes: