[SLOs] Fix path for slo e2e test scope !! (#214137)

## Summary

Since observability plugins have been moved, needed to fix the path to
scope tests !!
This commit is contained in:
Shahzad 2025-03-12 16:52:42 +01:00 committed by GitHub
parent ded1b15b87
commit 82a6be9016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ const getPipeline = (filename: string, removeSteps = true) => {
if (
(await doAnyChangesMatch([
/^x-pack\/plugins\/observability_solution/,
/^x-pack\/solutions\/observability\/plugins/,
/^package.json/,
/^yarn.lock/,
])) ||