From 2a8c1768b0091c72e0b097f361eb910eb019b47e Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Thu, 23 Nov 2023 15:21:09 +0000 Subject: [PATCH] Fix --- .github/workflows/ci-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index ae403132640b5..c586598152fd6 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -35,7 +35,7 @@ jobs: # NOTE: we are at risk of missing a dependency here. - 'bin/**' - 'frontend/**' - - 'ee/frontend/** + - 'ee/frontend/**' # Make sure we run if someone is explicitly change the workflow - .github/workflows/ci-frontend.yml # various JS config files