fix workflow

Contributes to CURA-10376
This commit is contained in:
Jelle Spijker 2023-03-09 09:14:58 +01:00
parent bbfda9e5c1
commit dec8f90e51
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -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'