You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Fix running of only changed E2E tests (#17551)
Noticed here:
https://github.com/getsentry/sentry-javascript/actions/runs/17542916888/job/49818463117
that this was not actually working 🤔
I played around a bit with this locally, and this change made it work
for me. Not sure why the `path` part is not working as expected, but we
filter for the correct changes anyhow below, so this should be fine
IMHO.
0 commit comments