Skip to content

Commit

Permalink
FIX: file pattern workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevillez committed May 11, 2024
1 parent 5ce64c8 commit f14dbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
python: |
**/*.py
**.py
#fetch_depth: 0

- name: Install python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: |
**/*.py
**.py
#fetch_depth: 0

- name: Set up Python all python version
Expand Down

0 comments on commit f14dbaf

Please sign in to comment.