Replies: 1 comment 1 reply
-
|
There isn't. I wonder if this is a common use-case... We can keep this open and see if more people request it. As a workaround you could quite easily just check an environment variable in the beginning of your scripts and skip running them if it is set, the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable lifecycle hooks?
In my case, I automatically run
build_runnerafter bootstrapping, but I'd like to skip it in CI (where it's already cached).Beta Was this translation helpful? Give feedback.
All reactions