quickwit
quickwit copied to clipboard
Reduce CI checks when changes take place in *.md/other doc files only
Currently the CI runs all the specified tests whenever any file is modified. However, it would be desirable to run only formatting/documentation build related tests if the changes only take place in /docs or any documentation related files in the repository. Refer: #1166 #1193