Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

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 and andrewrisse committed Apr 17, 2024
1 parent d60a7ad commit 2a7e70d
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 2a7e70d

Please sign in to comment.