This message was deleted.
# general
s
This message was deleted.
p
what about listing the affected packages with a tag like pulumi and then using that in an if on the pulumi step?
👍 1
m
Ended up just adding a job that checks whether the expected projects are part of the output from
nx affected
and make the job that deploys pulumi to be dependant on the check.