Skip to content

Commit

Permalink
chore(ci): always run the pytest workflow (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj authored Apr 10, 2024
1 parent 904ef22 commit 1a6f29e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
name: pytest
on:
pull_request:
paths-ignore:
- "**.md"
- "CODEOWNERS"
- "CONTRIBUTING.md"
- ".gitignore"
- "docs/**"
- "adr/**"
- "website/**"
- "tests/e2e/**"
- "packages/**"
on: [pull_request]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 1a6f29e

Please sign in to comment.