When filled, a comment in the merge request completely matching this regular expression will trigger a build. Note this uses default Java regex syntax. Notably ^ and $ only match at the start/end of the whole comment, and . doesn't match newlines. You might want to embed syntax-modifying flags like (?m) (?s) to change these.