srdtrk / cw-ica-controller

This is a CosmWasm implementation of an ICS-27 interchain accounts controller.
Apache License 2.0
36 stars 10 forks source link

Have the `e2e.yml` workflows run only if `rust.yml` workflows pass #119

Open srdtrk opened 3 months ago

srdtrk commented 3 months ago

It seems that already we have too many runners to run them in parallel. It's also a waste to run e2e's if rust.yml is failing. We might also wanna add a job (in rust.yml) to see if testing contracts build. Since a common reason for e2e's to fail is forgetting to run cargo update on testing contracts

srdtrk commented 3 months ago

Reopening since the previous PR doesn't address the issue and is now reverted