Skip to content

Commit

Permalink
Update content/actions/writing-workflows/choosing-what-your-workflow-…
Browse files Browse the repository at this point in the history
…does/control-the-concurrency-of-workflows-and-jobs.md


Better wording

Co-authored-by: Ben Ahmady <[email protected]>
  • Loading branch information
mil-dot and subatoi authored Jan 29, 2025
1 parent b461fb9 commit 23950d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ redirect_from:

By default, {% data variables.product.prodname_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.

{% data variables.product.prodname_actions %} also allows you to disable concurrency, limiting a workflow or a job to a single running instance at any given time in a specific context. 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.
{% data variables.product.prodname_actions %} also allows you to disable concurrent execution. This can be useful for controlling your accounts or organizations 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.

For example, the ability to run workflows concurrently means that if multiple commits are pushed to a repository in quick succession, each push could trigger a separate workflow run, and these runs will execute concurrently.

Expand Down

0 comments on commit 23950d9

Please sign in to comment.