Morning! We'd like to conditionally build some con...
# seed
d
Morning! We'd like to conditionally build some constructs differently for PR envs on Seed. How do we detect when CI is running in a PR env, as opposed to one of the explicit stages we've defined?
f
You can check the
SEED_PULL_REQUEST_NUMBER
environment variable