Skip to content

Commit

Permalink
chore: Add filter to GHA tests (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Nov 27, 2023
1 parent dd52701 commit a88d750
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@
name: tests
on:
pull_request:
paths-ignore:
- "docs/**"
push:
branches:
- main
paths-ignore:
- "docs/**"
pull_request_target:
types: [labeled]
paths-ignore:
- "docs/**"

# Declare default permissions as read only.
permissions: read-all
Expand Down Expand Up @@ -79,8 +85,3 @@ jobs:
black --check .
isort --check .
mypy .
# Temporarily disabled until integration tests are properly working
# - name: Run tests
# working-directory: ${{ matrix.dir }}
# run: pytest .

0 comments on commit a88d750

Please sign in to comment.