Replies: 1 comment
-
I think that would alleviate all concerns there. That could be a good note in the docs for GitHub action. Other CI should still be aware. Would appreciate a PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm reading up on
auto
to see if it would be a good fit for our team. There's a whole section right after Getting Started on Merging Quickly and the need to manually prevent multiple auto jobs from running at the same time. Does gh concurrency (https://docs.github.com/en/actions/using-jobs/using-concurrency) solve this? Essentially, you can configure jobs with a concurrency ID and jobs with the same ID are queued and run serially.It seems like the whole Merging Quickly section might be able to be avoided/reworked.
Beta Was this translation helpful? Give feedback.
All reactions