diff --git a/.github/workflows/validate-translation-files.yml b/.github/workflows/validate-translation-files.yml index fedf014455f..1a2d996f1f4 100644 --- a/.github/workflows/validate-translation-files.yml +++ b/.github/workflows/validate-translation-files.yml @@ -39,9 +39,9 @@ jobs: # This shouldn't be an issue, because bots writes directly to this repository. - name: Post translation validation results as a comment if: always() + continue-on-error: true # Don't fail the build if posting the comment fails on fork pull requests. uses: mshick/add-pr-comment@7c0890544fb33b0bdd2e59467fbacb62e028a096 with: - issue-number: ${{ github.event.pull_request.number }} message: | :white_check_mark: All translation files are valid.