btashton opened a new issue #2623:
URL: https://github.com/apache/incubator-nuttx/issues/2623


   We can be a little less wasteful of our limited runner resources by having 
old runs for PRs get automatically cancelled when new runs on the PR are 
triggered.  This usually happens when someone creates a PR and then it runs and 
while it is running improvements are made to it.  The new run then sits until 
the old run fails or completes which can take 1hr+ especially with the macOS 
runners.
   
   This has been discussed a bit on the Apache builds mailing list and the 
Apache Airflow project which uses GitHub actions extensively used this action 
to automate this https://github.com/apache/airflow-cancel-workflow-runs
   
   There is also a max concurrency across the whole Apache GitHub organization 
so heavy use of the runners can impact other projects as well.


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

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


Reply via email to