rmuir opened a new pull request, #16676: URL: https://github.com/apache/lucene/pull/16676
Adds concurrency groups in a way that shouldn't be annoying or confusing. These concurrency groups protect from intentional or accidental waste of resources to keep the CI fast. Within a group, there can be one active and one queued task. For workflows that run on the pull request, when they are invoked on a PR, if you do a new push, any in-progress jobs from the previous commit will get cancelled, so that building on your latest commit can proceed without queueing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
