Skip to content

CI validation

When we remove a batched background migration, we don't validate if a regular/post migration is using the batched background migration.

How to reproduce this issue:

  1. We generate a post migration where we call the batched background migration X
  2. We delete the batched background migration X
  3. We push these new changes

CI should not be green.

Example: !75745 (closed)

Edited by Diogo Frazão