Skip to content

Commit

Permalink
Run Python checks for any change including deletion (#958)
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 authored Feb 10, 2025
1 parent 9455233 commit 82160e0
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 82160e0

Please sign in to comment.