[
https://issues.apache.org/jira/browse/NIFI-9057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400711#comment-17400711
]
Dustin Rodrigues edited comment on NIFI-9057 at 8/18/21, 2:21 AM:
------------------------------------------------------------------
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
This is what the Homebrew project is using to cancel duplicate CI runs on the
same PR:
https://github.com/Homebrew/brew/commit/a3f96689f03bbf9f822a43cc2170d03e0fcf9867#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
was (Author: drodrigues):
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
> Manage Multiple Invocations of GitHub Workflow Runs
> ---------------------------------------------------
>
> Key: NIFI-9057
> URL: https://issues.apache.org/jira/browse/NIFI-9057
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Paul Grey
> Assignee: Paul Grey
> Priority: Minor
>
> When working in a git branch, if multiple commits are pushed in quick
> succession, each causes an invocation of the full project build. Research
> github CI implementation for options to manage these (maybe one build at a
> time per branch?)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)