Browse Source

chore(github-action): add test folder in ci-cd trigger filter

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4547/head
Pranav C 2 years ago
parent
commit
51834d8a78
  1. 3
      .github/workflows/ci-cd.yml

3
.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
shard: 2

Loading…
Cancel
Save