Description
To prevent CI from failing (and spamming our inbox) on draft pull requests (which can fail as they are reflecting work in progress) we should disable lint/tests etc. when the PR is in draft state.
According to this discussion it is solved like so:
on:
pull_request:
types: [review_requested, ready_for_review]