-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitea broke CI/Actions for mirrored repos #40
Comments
Some debugging reveals the problem to be related to changes made in the naming of the "ref" on a push event. |
Tested a possible fix and reported the bug in the gitea project: go-gitea/gitea#24926 |
This issue is fixed with merge of this PR today: go-gitea/gitea#24634 |
Fix was backported to the 1.19 branch: go-gitea/gitea#23070 and the docker image 1.19-nightly was built 30min later, so I assume has the fix. I will test that image with a view to deploying it in production. |
The backported fix does not seem to work. |
Fixed in the 1.19 branch with go-gitea/gitea#24994 so we can deploy the 1.19-nightly image, or any subsequent 1.19 point release. |
Resolved now that the 1.19 nightly image has been deployed. |
This happened between 1.19.1 and 1.19.2 I suspect and broke our gitea-hosted CI jobs.
Previously jobs would be run on "push" events when commits were synced over from the origin Github repo.
Then, when the Gitea update was deployed, those jobs never ran again.
The text was updated successfully, but these errors were encountered: