Introduction
Problem
After switching a workspace execution from Remote to Agent, pull requests do not occur.
Prerequisites
- VCS only triggers when files in specified paths change and patterns are used.
- Automatic speculative plans are enabled.
Cause
-
To avoid unintended changes, it is important to note that if the pattern starts with an asterisk "*" the agent will check for modifications at a lower level than intended.
Solutions:
- Modifying the pattern to start with a slash "/" is recommended. Additionally, double-check the location where the VCS is triggered to ensure accurate results.
Outcome
Pull requests should trigger a speculative plan.