aws-codebuild-run-build
                                
                                 aws-codebuild-run-build copied to clipboard
                                
                                    aws-codebuild-run-build copied to clipboard
                            
                            
                            
                        Allow close-running-builds parameter
In order to save on codebuild resources+cost, I want to use the functionality where we can say
close-running-builds: REF_FOR_TAG
to be able to close previous running builds for the given commit
This will be useful when running codebuild projects on each commit of a PR