Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit workflow concurrency #1789

Conversation

BobTheBuidler
Copy link
Collaborator

@BobTheBuidler BobTheBuidler commented Aug 17, 2024

What I did

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

Does not impact the library in any way.

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

  • I have confirmed that my PR passes all linting checks

@BobTheBuidler BobTheBuidler force-pushed the limit-workflow-concurrency branch from e7e9b4e to b8cd61e Compare August 17, 2024 22:14
@iamdefinitelyahuman iamdefinitelyahuman merged commit 196e94f into eth-brownie:master Jan 6, 2025
9 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants