25 days ago
I am seeing deployments occasionally being skipped for inexplicable reasons, as reported in my two comments here:
https://station.railway.com/questions/watch-patterns-skipping-incorrectly-ac37a3db
1 Replies
Status changed to Awaiting Railway Response Railway • 25 days ago
25 days ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 25 days ago
11 days ago
This is usually either service root mismatch or the glob not matching the path Railway sees.
I'd sanity check:
1. Pattern is relative to the repo/service root Railway is using.
2. The changed file is actually inside that service root.
3. No negated pattern is cancelling the include.
4. The same settings apply to the branch/PR deploy path.
Fastest test is to use one very narrow pattern for a file you can touch:
```json
{
"watchPatterns": ["apps/api/src/healthcheck.ts"]
}