Skip to content

Commit

Permalink
Fix changed files filters in tests workflow
Browse files Browse the repository at this point in the history
Introduced in 433703ab0156c88de4eb3b180ea85ec21dd3e3fb
  • Loading branch information
ricardoV94 committed Apr 8, 2023
1 parent 0d7413e commit 5d68bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
filters: |
src:
- ".github/workflows/tests.yml"
- "pymc/**.py"
- "tests/**.py"
- "pymc/**/*.py"
- "tests/**/*.py"
- "*.py"
- "conda-envs/**"
- "conda-envs/*"
- "requirements*.txt"
- "codecov.yml"
- "scripts/*.sh"
Expand Down

0 comments on commit 5d68bf3

Please sign in to comment.