ci: ignore HTML files for server tests
This commit is contained in:
parent
99d3fe3893
commit
3a7c7ff182
1 changed files with 1 additions and 1 deletions
2
.github/helper/roulette.py
vendored
2
.github/helper/roulette.py
vendored
|
|
@ -46,7 +46,7 @@ def is_ci(file):
|
|||
return ".github" in file
|
||||
|
||||
def is_frontend_code(file):
|
||||
return file.lower().endswith((".css", ".scss", ".less", ".sass", ".styl", ".js", ".ts", ".vue"))
|
||||
return file.lower().endswith((".css", ".scss", ".less", ".sass", ".styl", ".js", ".ts", ".vue", ".html"))
|
||||
|
||||
def is_docs(file):
|
||||
regex = re.compile(r'\.(md|png|jpg|jpeg|csv|svg)$|^.github|LICENSE')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue