Skip to content

Improve GitHub Actions concurrency documentations #30645

Closed
@rvesse

Description

@rvesse

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/actions/using-jobs/using-concurrency

What part(s) of the article would you like to see updated?

There are a couple of common confusions that seem to arise from this piece of the documentation:

  1. Whether cancel-in-progress allows expressions (yes it does)
  2. That even with cancel-in-progress: false (or an expression that evaluates to false) pending jobs can still be cancelled as concurrency groups are limited to 1 running and 1 pending job

E.g. see

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    actionsThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions