mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-11 07:13:45 +00:00
Exclude .github folder from triggering tests in CI (#4120)
This commit is contained in:
parent
e6b6f70ae2
commit
0b23f84205
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -16,6 +16,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "**.py"
|
- "**.py"
|
||||||
- "pyproject.toml"
|
- "pyproject.toml"
|
||||||
|
- "!.github/**/*.py"
|
||||||
- "!rest_api/**/*.py"
|
- "!rest_api/**/*.py"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user