-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Commit not used when build fails #12401
Comments
How is the build related to Weblate? Weblate just follows whatever is in the repository, it is not connected to your CI. |
Hi, I agree that I understood that. And what seemed to happen is what I described.
I do not know. Maybe, there is something with the web hooks. They are set as shown in the documented pictures. |
Sorry, but I have no clue what happens when "Make the build fail" and how that is supposed to be related to Weblate. Most likely, this is a duplicate of #12365 and not related to whatever happens inside your build. |
Duplicate of #12365 |
Hm. I am not sure this is a duplicate of #12365. However, the timing of the fix roll-out could have matched exactly with me configuring the Weblate project: As soon as I corrected the build (green GitHub Actions), the string appeared in Weblate. A testable "Make the build fail" would be the GitHub Action below. name: "build"
on: [push, pull_request]
jobs:
build:
name: "build"
runs-on: ubuntu-latest
steps:
- run: true # switch this to false to make the build fail I also corrected the steps above. |
Describe the issue
I use hosted Weblate with web hook and Weblate Org installed, the project is Open-Web-Calendar.
When the build failed, the source strings were not updated.
I already tried
Steps to reproduce the behavior
Expected behavior
I expected the source string to update
I did not know that weblate checks the build status
However - this being a feature, it would be nice to have a message when I pulled the repository here:
Saying: The source repository contains build errors. Translations are not used unless the build errors are removed.
Screenshots
Exception traceback
No response
How do you run Weblate?
weblate.org service
Weblate versions
No response
Weblate deploy checks
No response
Additional context
The text was updated successfully, but these errors were encountered: