Skip to content

Commit a94b681

Browse files
Skip tests action if only other actions changed
The tests don't need to run if it's just other workflows that are being changed.
1 parent 2583b7f commit a94b681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: tests
33
on:
44
pull_request:
55
paths:
6-
- ".github/workflows/*.yml"
6+
- ".github/workflows/tests.yml"
77
- "pymc/**.py"
88
- "*.py"
99
- "conda-envs/**"
@@ -12,7 +12,7 @@ on:
1212
push:
1313
branches: [main]
1414
paths:
15-
- ".github/workflows/*.yml"
15+
- ".github/workflows/tests.yml"
1616
- "pymc/**.py"
1717
- "*.py"
1818
- "conda-envs/**"

0 commit comments

Comments
 (0)