damccorm opened a new issue, #23089:
URL: https://github.com/apache/beam/issues/23089

   ### What would you like to happen?
   
   Right now, our actions runs deal with long queues on a pretty much daily 
basis. Part of the reason for this is that if you make 5 commits in quick 
succession, 5 sets of workflow runs are queued and it takes a _long_ time to 
work through all of them.
   
   We can work around this by auto-canceling outdated runs. We're already 
[doing this in Tour of 
Beam](https://github.com/apache/beam/pull/23032#discussion_r965927104) and it 
should be generalizable to the rest of the repo (or at least the workflows that 
are queued based on pull request pushes).
   
   For reference, auto cancel docs: 
https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-concurrency#example-using-concurrency-to-cancel-any-in-progress-job-or-run
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: build-system


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