We have been getting infinite deployment issue with heroku on all of our websites
I opened a ticket on Heroku Support in addition to this to research more and the Heroku team replied it could be because we have Wait for CI to pass. So upon digging further, it turns out we have a loop because of Wait for CI to pass in Heroku and link check GHA workflow which gets triggered on deployment status. Since it's getting triggered even on failure causing the change in CI which in turn triggers the Heroku.
There is a few more test I am doing
We have been getting infinite deployment issue with heroku on all of our websites
I opened a ticket on Heroku Support in addition to this to research more and the Heroku team replied it could be because we have
Wait for CI to pass. So upon digging further, it turns out we have a loop because ofWait for CI to passin Heroku and link check GHA workflow which gets triggered ondeployment status. Since it's getting triggered even on failure causing the change in CI which in turn triggers theHeroku.There is a few more test I am doing