fix: don't run server tests on svg change (#35583)
This commit is contained in:
parent
2f50f3174f
commit
b47ae8a053
1 changed files with 1 additions and 1 deletions
2
.github/helper/roulette.py
vendored
2
.github/helper/roulette.py
vendored
|
|
@ -141,7 +141,7 @@ def is_ci(file):
|
||||||
|
|
||||||
def is_frontend_code(file):
|
def is_frontend_code(file):
|
||||||
"""Check if the file is frontend code."""
|
"""Check if the file is frontend code."""
|
||||||
return file.lower().endswith((".css", ".scss", ".less", ".sass", ".styl", ".js", ".ts", ".vue", ".html"))
|
return file.lower().endswith((".css", ".scss", ".less", ".sass", ".styl", ".js", ".ts", ".vue", ".html", ".svg"))
|
||||||
|
|
||||||
|
|
||||||
def is_docs(file):
|
def is_docs(file):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue