[
https://issues.apache.org/jira/browse/MINIFICPP-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-2811:
------------------------------------
Fix Version/s: 1.0.0
> Limit github CI concurrency
> ---------------------------
>
> Key: MINIFICPP-2811
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2811
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Martin Zink
> Assignee: Martin Zink
> Priority: Major
> Fix For: 1.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/write-workflows/choose-when-workflows-run/control-workflow-concurrency
> This means that there can be at most one running job or workflow in a
> concurrency group at any time. When a concurrent job or workflow is queued,
> if another job or workflow using the same concurrency group in the repository
> is in progress, the queued job or workflow will be {{{}pending{}}}. By
> default, any existing {{pending}} job or workflow in the same concurrency
> group will be canceled and the new queued job or workflow will take its place.
> To also cancel any currently running job or workflow in the same concurrency
> group, specify {{{}cancel-in-progress: true{}}}. To conditionally cancel
> currently running jobs or workflows in the same concurrency group, you can
> specify {{cancel-in-progress}} as an expression with any of the allowed
> expression contexts.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)