Actions
Refactor #22272
closedDon't run CreateRssNotifications in tests
Description
During running tests, we still schedule the CreateRssNotifications job, which can potentially collide
with other tests, as well as seems to run into some issues related to code reloading.
We should not do this in test environment in the first place
Actions