Skip to content

Commit c18da24

Browse files
Merge branch 'main' into theme
# Conflicts: # .github/workflows/android-ci.yml
2 parents 4d23d25 + 8c45e0b commit c18da24

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
emulator-test:
9494
runs-on: ubuntu-latest
95-
needs: [ktlint, lint, test, coverage]
95+
needs: [build-apk]
9696
strategy:
9797
fail-fast: false
9898
matrix:

.github/workflows/close-empty-xml.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
3131
echo "Files variable content: [${FILES}]"
3232
33-
# If no xml files changed, close the PR with a comment and exit cleanly.
33+
# If no xml files changed, do nothing and exit cleanly.
3434
if [ -z "$FILES" ]; then
35-
echo "No XML files changed. Closing PR."
36-
gh pr close ${{ github.event.pull_request.number }} --comment "Closed: No meaningful translation content in XML files." || true
35+
echo "No XML files changed. Skipping translation check."
3736
exit 0
3837
fi
3938

0 commit comments

Comments
 (0)