mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 17:26:53 +00:00
chore(github-action): add test folder in ci-cd trigger filter
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
3
.github/workflows/ci-cd.yml
vendored
3
.github/workflows/ci-cd.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user