bitcoin-dev-project / warnet

Monitor and analyze the emergent behaviors of Bitcoin networks
https://warnet.dev
MIT License
63 stars 28 forks source link

ci: only run build when all others succeed #279

Closed willcl-ark closed 3 months ago

willcl-ark commented 3 months ago

Only run build job if other (faster) jobs succeed.

willcl-ark commented 3 months ago

I feel like it makes sense not to run the heavy build job unless the faster-failing ones complete. We could even rewrite them all in a dependant chain based on test speed, to save resources and get faster red dots...

See below how the build job was only triggered by all others completing.

image