Skip to content

Commit

Permalink
fix(ci): py linter only runs on added or modified files (not on deleted)
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Semmelrock <nils.semmelrock@tngtech.com>
  • Loading branch information
nstng committed Apr 28, 2022
1 parent fc9447f commit 5740c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
filters: |
filesChanged:
- ["**/*.py"]
- added|modified: ["**/*.py"]
list-files: 'shell'
# Need to save PR number as Github action does not propagate it with workflow_run event
- name: Save PR number
Expand Down

0 comments on commit 5740c0d

Please sign in to comment.