-
You may push the target projects under a special root, say
backup, then configure the trigger only applicable for projects not starting with backup, something like-backup/** -
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I have 2 OneDev instances. One is my main instance and second is kind of a backup instance.
I have builds on projects to
Push to Remotewhen a code is updated on the main instance. However, after the code sync on the backup instance, the build is being executed again.How to prevent the build from being executed on the backup instance?