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
The existing `if` condition will always evaluate to true because it is
checking if `E2E_DRYRUN` has _any_ content. Change this to check that
`E2E_DRYRUN` is set to `true` before outputting `dry-` in this place.
This is already done correctly in other places, so just tidying up a
typo from earlier PR.
0 commit comments