Skip to content

Commit

Permalink
Run Python checks for any change including deletion
Browse files Browse the repository at this point in the history
The condition for running the Python checks needs to include deletion
of Python files, not just addition or modification, because deletion
can cause failures.
  • Loading branch information
mhucka committed Feb 10, 2025
1 parent 9455233 commit 748f66d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ jobs:
# The outputs will be variables named "foo_files" for a filter "foo".
filters: |
python:
- added|modified:
- '**/*.py'
- '**/*.py'
yaml:
- added|modified:
- '**/*.yaml'
Expand Down

0 comments on commit 748f66d

Please sign in to comment.