-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
feat: skip deploys when all commits contain [skip cd] or [skip ci]#8527
feat: skip deploys when all commits contain [skip cd] or [skip ci]#8527chrisloftus wants to merge 1 commit intocoollabsio:nextfrom
[skip cd] or [skip ci]#8527Conversation
Changes
Currently any changes to any file unless outside of watch paths. e.g. editing README file will trigger a deploy and use unnecessary resources.
Added the ability to skip deploys by using commit messages [skip cd] or [skip ci] as is common practice in other deployment tools.
Issues
Category
- New feature
Screenshots or Video (if applicable)
AI Usage
- AI is used in the process of creating this PR
Steps to Test
- Step 1 - Make changes to README file in a GitHub repo which is deployed with Coolify.
- Step 2 - Commit changes with
[skip cd] - Step 3 - Push changes
- Step 3 - Confirm no deployment triggered within Coolify UI
Contributor Agreement
Important
- I have read and understood the contributor guidelines. If I have failed to follow any guideline, I understand that this PR may be closed without review.
- I have tested the changes thoroughly and am confident that they will work as expected without issues when the maintainer tests them
[skip cd] or [skip ci][skip cd] or [skip ci]
|
Hi @chrisloftus! It appears to us that you are adding a new feature to Coolify. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
|
@ShadowArcanist Docs PR opened: coollabsio/coolify-docs#535 |
|
I like this idea, thank you, I will take a look! |