player-ui / player

https://player-ui.github.io
MIT License
73 stars 47 forks source link

Add Tag to Fully Skip Builds #481

Closed KetanReddy closed 2 months ago

KetanReddy commented 3 months ago

For changes like #480 it seems extraneous to run the full pipeline for build and test. Even though every stage should hit the Bazel cache it still leads to a longer than zero turn around time to ship changes like this.

KetanReddy commented 2 months ago

Tested out with #498 but it looks like circleci-agent step halt only stops the job and not the pipeline. We'd probably need to do something like this which is a bit more complex and could allow that secret to get leaked in forked builds.