Commit c6208c3
committed
fix(deploy): don't abort dry runs on insufficient benchmark match
The non-interactive benchmark gate returned before the dry-run exit,
so `--dry-run --non-interactive` with filters never printed
"Dry run, not deploying" (e2e scenario 07 failure). A dry run submits
nothing — skip the abort.1 parent 47a148a commit c6208c3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
724 | 726 | | |
725 | 727 | | |
726 | 728 | | |
| |||
0 commit comments