Webhook deployments from git commits should respect [skip ci] #4358
sisou
started this conversation in
Improvement Requests
Replies: 3 comments
-
Not resolved at v4.0.0-beta.416 as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes please! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be really great, yes. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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