eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.64k stars 552 forks source link

Limit workflow concurrency #1789

Open BobTheBuidler opened 1 month ago

BobTheBuidler commented 1 month ago

What I did

This PR limits each github workflow to 1 concurrent run per branch to avoid annoying emails and the queue backing up.

Related issue: #

How I did it

Added a short snippet to each workflow's yaml file

How to verify it

Just merge and see

Checklist