Skip to content

.gitlab-ci.yml: Test code only

John Cai requested to merge jc/fix-skip-test-for-docs into master

There was a bug in .gitlab-ci.yml's skip_test_if_docs where we skipped tests as long as the changeset included an .md file. Instead, we want to take an inclusive approach and only test if we see files like .go, .proto, etc.

Merge request reports