Skip to content

ci: add concurrency to high volume workflows#3351

Merged
Mrtenz merged 1 commit intoMetaMask:mainfrom
waskow-consensys:add_workflow_concurrency
Apr 24, 2025
Merged

ci: add concurrency to high volume workflows#3351
Mrtenz merged 1 commit intoMetaMask:mainfrom
waskow-consensys:add_workflow_concurrency

Conversation

@waskow-consensys
Copy link
Contributor

Description

By default, GitHub Actions allows multiple jobs within the same workflow, multiple workflow runs within the same repository, and multiple workflow runs across a repository owner's account to run concurrently. This means that multiple instances of the same workflow or job can run at the same time, performing the same steps.
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs

GitHub Actions also allows you to disable concurrent execution. This can be useful for controlling your account’s or organization’s resources in situations where running multiple workflows or jobs at the same time could cause conflicts or consume more Actions minutes and storage than expected.

Open in GitHub Codespaces

Related issues

Fixes/Reduces: pending workflows

@waskow-consensys waskow-consensys requested a review from a team as a code owner April 24, 2025 19:10
@Mrtenz Mrtenz changed the title CHANGED - add concurrency to high volume workflows ci: add concurrency to high volume workflows Apr 24, 2025
@Mrtenz Mrtenz enabled auto-merge April 24, 2025 19:30
@Mrtenz Mrtenz added this pull request to the merge queue Apr 24, 2025
Merged via the queue into MetaMask:main with commit d75fa4d Apr 24, 2025
167 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Apr 28, 2025
Related to #3351, this allows
concurrency on main branches to allow semantic releases.
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