Skip to content

Commit

Permalink
Always run python tests (isso-comments#1004)
Browse files Browse the repository at this point in the history
These are required for PRs to land.
  • Loading branch information
jelmer committed Apr 13, 2024
1 parent 6dffaa7 commit eb35b17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ name: Python package
on:
# Always build installable package, except for docs changes
push:
paths:
- "./**"
- "!docs/"
- ".github/workflows/python-package.yml"
pull_request:
paths:
- "./**"
- "!docs/"
- ".github/workflows/python-package.yml"

jobs:
build:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@ name: Python tests

on:
push:
paths:
- "Makefile"
- "setup.py"
- "setup.cfg"
- "contrib/**.py"
- "isso/**.py"
- ".github/workflows/python-tests.yml"
pull_request:
paths:
- "Makefile"
- "setup.py"
- "setup.cfg"
- "contrib/**.py"
- "isso/**.py"
- ".github/workflows/python-tests.yml"

jobs:
test:
Expand Down

0 comments on commit eb35b17

Please sign in to comment.