Skip to content

Commit

Permalink
build: Only run Python tests when PR contains more than .po's
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Nov 6, 2023
1 parent abaf504 commit 3de9c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
name: Python Tests

on:
- pull_request
pull_request:
paths-ignore:
- '**.po'

jobs:
python-translations:
Expand Down

0 comments on commit 3de9c5c

Please sign in to comment.