cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
554 stars 593 forks source link

Remove old / stale workflows #7579

Open chatton opened 5 days ago

chatton commented 5 days ago

Summary

There are several workflows that have since been replaced with others. For example, the e2e-manual-simd.yaml and e2e-manual-wasm-simd.yaml workflows were useful when initially developing the E2E tests, but aren't as useful now that automated tests run on every PR.

We should consider removing some of these older workflows if they are not useful anymore.


For Admin Use