dianna-ai / dianna

Deep Insight And Neural Network Analysis
https://dianna.readthedocs.io
Apache License 2.0
44 stars 13 forks source link

build workflow should be checked #808

Open cwmeijer opened 2 weeks ago

cwmeijer commented 2 weeks ago

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

  1. the pr is not draft
  2. the single build has already passed