https://pulumi.com logo
#pulumi-deployments
Title
# pulumi-deployments
s

square-airplane-92568

10/27/2023, 4:44 PM
Any idea on why the pulumi github app would stop doing preview/up on PR/Push?
This started when I renamed one of the repository in my organization yesterday (and eventually the stack). After that I removed/added the app a handful of times and it's still a no go. If I trigger it from pulumi ui manually it works and I can see the checks in github. Can I check anywhere else? Appreciate any suggestions
l

lemon-agent-27707

10/27/2023, 11:56 PM
We'll take a look on the backend, but in the meantime what happens if you go into the deployment settings, clear the github repo you have selected, reselect the github repo, and hit "save deployment configuration"?
s

square-airplane-92568

10/27/2023, 11:59 PM
Ok thanks. I just tried that again just to be sure. Same result, no previews running on new PR
h

hallowed-photographer-31251

10/30/2023, 7:36 PM
does your PR include changes to the pulumi program? comments aren’t posted if resources aren’t changed.
s

square-airplane-92568

10/30/2023, 7:38 PM
Yeah it does - even without change, checks should show up right? I cannot see checks as well. Its just CI/test flow showing up there
h

hallowed-photographer-31251

10/30/2023, 7:39 PM
what’s the name of your pulumi org?
s

square-airplane-92568

10/30/2023, 7:40 PM
I will DM you. cc'ng @red-match-15116 since they have reached out earlier to help
r

red-match-15116

10/30/2023, 9:58 PM
To close the loop, we tracked this down to a bug on our side when using the short name for a branch (i.e.
main
instead of
refs/heads/main
). The fix is prepped and should be out later today.