There was an error while loading. Please reload this page.
1 parent 356d6bf commit 34958c0Copy full SHA for 34958c0
1 file changed
packages/db/src/etl/run-overrides.ts
@@ -33,4 +33,8 @@ export const PURGED_RUNS: ReadonlySet<number> = new Set([
33
24566910305, // 2026-04-17 | Reason: misconfigured diff on original pr causing sweep to fail
34
24567247324, // 2026-04-17 | Reason: incorrect b300 recipes
35
24567302524, // 2026-04-17 | Reason: incorrect b300 recipes
36
+ 24953342301, // 2026-04-25 | Reason: incorrect usage of run sweep and sweep failed, fixed in subsequent PR
37
+ 24954587925, // 2026-04-25 | Reason: incorrect usage of run sweep and sweep failed, fixed in subsequent PR
38
+ 24954912912, // 2026-04-25 | Reason: incorrect usage of run sweep and sweep failed, fixed in subsequent PR
39
+ 24960716250, // 2026-04-25 | Reason: incorrect usage of run sweep and sweep failed, fixed in subsequent PR
40
]);
0 commit comments