In prefect.yaml if I use a build stage, is it only run once when I deploy it? Or is the build stage run every time the flow runs?
I am trying to make a shell script to register a custom Block but only once and prior to the first time the flow which will use it is run.