diff --git a/.github/workflows/test-scripts.yml b/.github/workflows/test-scripts.yml index 9305181..39631ec 100644 --- a/.github/workflows/test-scripts.yml +++ b/.github/workflows/test-scripts.yml @@ -5,6 +5,7 @@ on: types: [opened, reopened, synchronize] paths: - '.github/scripts/**' + - '.github/config/**' jobs: test-scripts: diff --git a/.github/workflows/verify-zip.yml b/.github/workflows/verify-zip.yml index 5f2dad1..2126d6e 100644 --- a/.github/workflows/verify-zip.yml +++ b/.github/workflows/verify-zip.yml @@ -5,6 +5,8 @@ on: types: [opened, reopened, synchronize, edited, ready_for_review] paths: - '**/*.zip' + - 'commerce-apps-manifest/translations/**' + - '.github/config/**' jobs: verify-zips: @@ -569,3 +571,9 @@ jobs: rm -rf "$tmpdir" done < changed_zips.txt + + - name: Step 10 - Validate registry translation locale files + shell: bash + run: | + bash ".github/scripts/validate-registry-translations.sh" \ + "commerce-apps-manifest/translations"