Does “Run Updates for pushed commits” mean that a ...
# pulumi-deployments
e
Does “Run Updates for pushed commits” mean that a
pulumi up
will get run every time a merge happens to this branch automatically/independently of the Github Action?
l
Yes, pulumi deployments can be used as a replacement for github actions. If you have this setting enabled, deployments will watch for new commits on the target branch and trigger a deployment that runs
pulumi up
e
Ohhh that’s why I was having this issue I think 🤦‍♂️

https://pulumi-community.slack.com/files/U04U81BEW23/F05DXRYFBLL/image.png

I have an Action and this setting on which is why there are two jobs running on every deployment
l
Ah, that would indeed cause problems.