No badges yet
No accepted solutions yet
How can I ignore a build step based on git information (e.g. branch name) without Vercel cloning the repo?
Thank you for all the answers! :pray: [quote="mehulkar, post:10, topic:259"] Assuming you did a `git push` for `2a`, `2b` would probably *not* deploy web, becuase 2b is compared to...
How can I ignore a build step based on git information (e.g. branch name) without Vercel cloning the repo?
Thank you, that sounds great. Sorry, but I still have a few more things I'd like to clarify. This feels like magic :sweat_smile: **Subsequent skips** > The feature is based on the...
How can I ignore a build step based on git information (e.g. branch name) without Vercel cloning the repo?
This sounds like an interesting feature. :smiley: Thanks! However, this will still build feature branches that update a specific internal dependency (e.g. adding a utility to the...
How can I ignore a build step based on git information (e.g. branch name) without Vercel cloning the repo?
### Summary Hi :) To reduce the waiting time for the builds in our monorepo, we're using an ignore build step script to not build a project if it's not needed. However, Vercel...