eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.65k stars 385 forks source link

Do not activate full CI run when only documents are changed #1187

Open elfenpiff opened 2 years ago

elfenpiff commented 2 years ago

Brief feature description

It is not necessary to do a full CI run when a pull request contains only non source code files. Could we introduce an allowed-list of file types which do not trigger the CI, like markdown documents? This means, when a PR consists only of file types from that allowed-list the CI checks only the bare minimum like ECA, checklist etc.

This may improve the review speed and relieves some stress on the CI.

elfenpiff commented 2 years ago

@dkroenke what do you think, could this be something for the future?