Skip to content

Commit

Permalink
chore: path filter
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Nov 8, 2024
1 parent 476b91f commit 8940008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ jobs:
filters: |
backend:
- 'packages/backend/server/src/**'
- 'tests/affine-cloud-copilot/**'
- name: Setup Node.js
if: ${{ steps.check-blocksuite-update.outputs.skip != 'true' || steps.filter.outputs.backend == 'true' }}
Expand Down Expand Up @@ -508,6 +509,7 @@ jobs:
filters: |
backend:
- 'packages/backend/server/src/**'
- 'tests/affine-cloud-copilot/**'
- name: Setup Node.js
if: ${{ steps.check-blocksuite-update.outputs.skip != 'true' || steps.filter.outputs.backend == 'true' }}
Expand Down

0 comments on commit 8940008

Please sign in to comment.