aws-actions / aws-codebuild-run-build

Run an AWS CodeBuild project as a step in a GitHub Actions workflow job.
https://aws.amazon.com/codebuild
Apache License 2.0
274 stars 139 forks source link

Allow close-running-builds parameter #134

Open chailatent opened 1 year ago

chailatent commented 1 year ago

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