diff --git a/.github/workflows/update-i18n.yml b/.github/workflows/update-i18n.yml index a83d41a979..ce40b19fed 100644 --- a/.github/workflows/update-i18n.yml +++ b/.github/workflows/update-i18n.yml @@ -6,7 +6,7 @@ on: - 'resources/i18n/**' jobs: - printer-linter-format: + update-18n: name: Update i18n runs-on: ubuntu-latest @@ -49,7 +49,6 @@ jobs: run: conan install . --build=missing --update -o cura:devtools=True - uses: stefanzweifel/git-auto-commit-action@v4 - if: env.GIT_DIFF && !env.MATCHED_FILES with: file_pattern: 'resources/i18n/*.po resources/i18n/*.pot' status_options: '--untracked-files=no'