Avoid automatic deploy if commit message starts with certain text

VVictorsitou5/21/2023
How could I make railway avoid doing an automatic deploy if the commit message starts, for example, with "[no-deploy]"?
VVictorsitou5/21/2023
N/A
Solution
MMantisInABox5/21/2023
At this time you can’t. The way to avoid automatic deploys would be to use the CLI with railway up when you are ready to deploy, or by using another branch not set for deploy triggers
VVictorsitou5/21/2023
I understand. Thanks for your quick response!
IImLunaHey5/21/2023
if they move to using github actions they can
MMantisInABox5/21/2023
That’s true. I didn’t think about that. Depends on the skill level and desired amount of work to put in
IImLunaHey5/21/2023
Follow those two.
VVictorsitou5/21/2023
👍 thank you so much