dianna
dianna copied to clipboard
build workflow should be checked
Right now, we run a single build config if the PR is a draft. We run all but that specific config if the PR is not a draft. In the second case, all build configs should be run instead.
We should make the 'all other configs' build run all configs only when
- the pr is not draft
- the single build has already passed