crossplane / crossplane-tools

Experimental code generators for Crossplane controllers.
https://crossplane.io
Apache License 2.0
34 stars 26 forks source link

Skip no-op CI runs #29

Closed negz closed 3 years ago

negz commented 3 years ago

Description of your changes

This change will skip CI runs that are deemed to be no-ops. A run is a no-op if it only contains ignored files (i.e. markdown or images). A run is also a no-op if it would test identical content to a run that previously succeeded, and is not a merge or push to a branch (i.e. mostly likely is a PR).

I have:

How has this code been tested