Webhook deployments from git commits should respect [skip ci] #4358
sisou
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error Message and Logs
For CIs it has been established as a standard to be able to put
[skip ci]
somewhere in a commit message to tell the CI to not run with this commit.I noticed earlier that deployments by webhook for, in my case, Github pushes still trigger deployments in Coolify.
I think they should be skipped when
[skip ci]
is found in the commit message.It's also ok to introduce another keyword.
Steps to Reproduce
[skip ci]
in the commit messageExample Repository URL
No response
Coolify Version
v4.0.0-beta.370
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04.5 LTS
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions