exceptionfactory commented on a change in pull request #5315:
URL: https://github.com/apache/nifi/pull/5315#discussion_r691606600



##########
File path: .github/workflows/ci-workflow.yml
##########
@@ -43,6 +43,11 @@ env:
     -pl -minifi/minifi-assembly
     -pl -nifi-system-tests
 
+
+concurrency:
+  group: "${{ github.head_ref }}"

Review comment:
       Is there a reason for using `github.head_ref` as opposed to 
`github.ref`?  The documentation indicates that `github.head_ref` is only 
available on `pull_request`, but this workflow can be triggered from either a 
`pull_request` or `push`.




-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to