Currently, we are running CI testing for every Pull Request on OJS, even those with changes on markdown files. In order to save time and resources, we could adopt a logic to exit faster as possible those builds. Back in 2014, [react did a change on his .travis.yml](https://github.com/facebook/react/pull/2000) to avoid running it over markdown changes. We could adopt something like that.