File tree Expand file tree Collapse file tree 3 files changed +33
-15
lines changed Expand file tree Collapse file tree 3 files changed +33
-15
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,22 @@ name: arviz-compatibility
22
33on :
44 pull_request :
5+ paths :
6+ - " .github/workflows/*.yml"
7+ - " pymc/**.py"
8+ - " *.py"
9+ - " conda-envs/**"
10+ - " codecov.yml"
11+ - " scripts/*.sh"
512 push :
613 branches : [main]
714 paths :
8- - " .github/workflows/*"
9- - " pymc/**"
10- - " setup.py"
11- - " pyproject.toml"
12- - " buildosx"
15+ - " .github/workflows/*.yml"
16+ - " pymc/**.py"
17+ - " *.py"
1318 - " conda-envs/**"
1419 - " codecov.yml"
20+ - " scripts/*.sh"
1521
1622jobs :
1723 pytest :
Original file line number Diff line number Diff line change @@ -2,16 +2,22 @@ name: jax-sampling
22
33on :
44 pull_request :
5+ paths :
6+ - " .github/workflows/*.yml"
7+ - " pymc/**.py"
8+ - " *.py"
9+ - " conda-envs/**"
10+ - " codecov.yml"
11+ - " scripts/*.sh"
512 push :
613 branches : [main]
714 paths :
8- - " .github/workflows/*"
9- - " pymc/**"
10- - " setup.py"
11- - " pyproject.toml"
12- - " buildosx"
15+ - " .github/workflows/*.yml"
16+ - " pymc/**.py"
17+ - " *.py"
1318 - " conda-envs/**"
1419 - " codecov.yml"
20+ - " scripts/*.sh"
1521
1622jobs :
1723 pytest :
Original file line number Diff line number Diff line change @@ -2,16 +2,22 @@ name: pytest
22
33on :
44 pull_request :
5+ paths :
6+ - " .github/workflows/*.yml"
7+ - " pymc/**.py"
8+ - " *.py"
9+ - " conda-envs/**"
10+ - " codecov.yml"
11+ - " scripts/*.sh"
512 push :
613 branches : [main]
714 paths :
8- - " .github/workflows/*"
9- - " pymc/**"
10- - " setup.py"
11- - " pyproject.toml"
12- - " buildosx"
15+ - " .github/workflows/*.yml"
16+ - " pymc/**.py"
17+ - " *.py"
1318 - " conda-envs/**"
1419 - " codecov.yml"
20+ - " scripts/*.sh"
1521
1622
1723# Tests are split into multiple jobs to accelerate the CI.
You can’t perform that action at this time.
0 commit comments