Ignores e2e test for translation PRs (#1748)
This commit is contained in:
parent
890daffad0
commit
00a79bdaba
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- public/static/locales/**
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
Loading…
Reference in a new issue