Skip to content

Add concurrency option for Github actions  #447

Open
@elliette

Description

@elliette

Along with on, env, etc, Github actions now has the keyword concurrency which allows you to specify concurrency at the workflow level. This lets you cancel any previous workflows if there is a newer one.

It would be great if mono_repo would support concurrency. If you try to add it to your mono_repo.yaml, you see:

Unrecognized keys: [concurrency]; supported keys: [env, on, on_completion, dependabot, cron, stages, workflows]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions