mystamps
mystamps copied to clipboard
CI: don't run integration tests in some cases
Here are some cases when we can safely skip integration tests:
- when only files from
dockerorvagrantdirectories were modified - when only
*.mdorNEWS.txtfiles were modified - when only
.gitignoreor.editorconfigwere modified - when only nginx configuration were updated (
src/main/config/nginx/*.conf) - when only documentation were modified (see #574)
Follow-up to #423
also terraform-related files (see #1000)
also when only unit tests files were modified (src/test/*)
+= .github/