Moved repo to a new GitHub org and now Workers Builds doesn't detect changes anymore
I recently moved my worker from a GitHub org to another, and now if I merge a PR or even simply push a commit it won't create a new deployment. I tried disconnecting and reconnecting the repository, without success.
This is pretty important and I would prefer not to delete the project and re-create it if possible. Especially since the UI allows to disconnect and re-connect repos.
9 Replies
You might try deleting the worker itself from the dashboard and create a new one by deploying
uhhh I would prefer not to delete the worker so I don't lose all the logs
you can consider it as a last option in case if nothing works
yeah of course, hopefully there is a solution
I can take a look for you, DM'd!
I happened to have same problem, move one git repo to another github org and worker build doesn't pick up anymore. any resolution?
@aniniflare
We are triaging this bug. Unfortunately, the best solution right now is to create a new Worker and attach the git repo to there.
@aniniflare I tried create new worker and re-attach git repo already but it didn;t help. also try changing branch / update wrangler version and toml to have matching name also didn't help. It's not urgent for me rn, but I plan to use cron and other worker exclusive features soon so I'm trying to migrate