From 51834d8a788e6e50a7aba4c06e63507d283f8880 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 1 Dec 2022 14:31:43 +0530 Subject: [PATCH] chore(github-action): add test folder in ci-cd trigger filter Signed-off-by: Pranav C --- .github/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8a7cb36d56..2b3c64550b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,6 +18,7 @@ on: - "packages/nc-gui/**" - "packages/nocodb/**" - ".github/workflows/ci-cd.yml" + - "tests/playwright/**" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -97,4 +98,4 @@ jobs: uses: ./.github/workflows/playwright-test-workflow.yml with: db: pg - shard: 2 \ No newline at end of file + shard: 2