Allow pipeline skipping on trivial changes
Having to wait for the full pipeline to complete on trivial changes is annoying and wastes time.
We can add a new pipeline type (e.g. TRIVIAL
) that first checks that there are indeed only trivial changes (changes ONLY to a specific list of allowed files). If that is the case, no other jobs will run.