Skip to content

Commit

Permalink
fix(ci): py linter only runs on added or modified files (not on delet…
Browse files Browse the repository at this point in the history
…ed) (magma#12584)

Signed-off-by: Nils Semmelrock <nils.semmelrock@tngtech.com>
  • Loading branch information
nstng authored and emakeev committed Aug 5, 2022
1 parent 6b31e38 commit 897b555
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 897b555

Please sign in to comment.