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

Add concurrency option for Github actions #447

Open
elliette opened this issue Apr 18, 2023 · 1 comment
Open

Add concurrency option for Github actions #447

elliette opened this issue Apr 18, 2023 · 1 comment

Comments

@elliette
Copy link

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]
@kevmoo
Copy link
Collaborator

kevmoo commented Apr 18, 2023

PRs welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants