Skip to content

Commit

Permalink
CHORE: fix changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kotlyar committed Aug 4, 2024
1 parent e2b4340 commit e6c7a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
- uses: tj-actions/changed-files@v44
id: changed-files
with:
dir_names: true
dir_names_include_files: +(selene|tests)/**/*.py
files: |
poetry.lock
tests.yml
+(selene|tests)/**/*.py
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit e6c7a00

Please sign in to comment.