From 109542bfd03b7c7ce5e03ff9ba320b7cf882364f Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Thu, 23 Nov 2023 15:27:13 +0000 Subject: [PATCH] does it secretly support exclusion --- .github/workflows/ci-backend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index bec279609e086..a346ec59367a7 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -62,6 +62,7 @@ jobs: # code completely # really we should ignore ee/frontend/** but dorny doesn't support that - 'ee/**/*' + - '!ee/frontend/**' - 'posthog/**/*' - 'bin/*.py' - requirements.txt