Skip to content

Commit

Permalink
ci: Do not run end to end tests for translation changes (#1098)
Browse files Browse the repository at this point in the history
End to End tests can't run when translations are submitted via Weblate,
so just skip running those workflows when the only files that change are
translations

---

UDENG-266
  • Loading branch information
ashuntu authored Feb 4, 2025
2 parents db5822e + 6f3d9ea commit 22c4031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths-ignore:
- docs/**
- "*.md"
- "gui/packages/ubuntupro/lib/l10n/app_*.arb"
workflow_dispatch:
push:
branches: [main]
Expand Down

0 comments on commit 22c4031

Please sign in to comment.