Skip to content

Commit

Permalink
Filter only for changes in the actual package code
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 18, 2024
1 parent d5be96d commit 1427195
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,14 @@ jobs:
base: ${{ steps.last_release.outputs.tag_name }}
filters: |
js-sdk:
- 'packages/js-sdk/**'
- 'packages/js-sdk/src/**'
- '.github/workflows/js_sdk_tests.yml'
- '!packages/js-sdk/package.json'
python-sdk:
- 'packages/python-sdk/**'
- 'packages/python-sdk/e2b/**'
- '.github/workflows/python_sdk_tests.yml'
- '!packages/python-sdk/package.json'
- '!packages/python-sdk/pyproject.toml'
cli:
- 'packages/cli/**'
- 'packages/cli/src/**'
- '.github/workflows/cli_tests.yml'
- '!packages/cli/package.json'
python-tests:
name: Python SDK Tests
Expand Down

0 comments on commit 1427195

Please sign in to comment.