Abacn commented on issue #28320:
URL: https://github.com/apache/beam/issues/28320#issuecomment-1709023007

   how about 
   
   '${{ github.workflow }} @ ${{ github.event.issue.number || 
github.event.pull_request.head.label || github.sha || github.head_ref || 
github.ref }}-${{ github.event.schedule || github.event.comment.body }}' ?
   
   this is because the second part ${{ github.event.pull_request.head.label || 
github.sha || github.head_ref || github.ref }} is observed to be always head 
sha for pull request; and we do not care about sender - just same PR should 
have only one run on one workflow


-- 
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]

Reply via email to