damccorm commented on code in PR #23032:
URL: https://github.com/apache/beam/pull/23032#discussion_r966121921


##########
.github/workflows/tour_of_beam_backend.yml:
##########
@@ -28,6 +28,11 @@ on:
     tags: 'v*'
     paths: ['learning/tour-of-beam/backend/**']
 
+# This allows a subsequently queued workflow run to interrupt previous runs
+concurrency:
+  group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || 
github.head_ref || github.ref }}'
+  cancel-in-progress: true

Review Comment:
   FYI, I added https://github.com/apache/beam/issues/23089 because I think we 
should be doing this more broadly - thanks for introducing it to the repo 😄 



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