Skip to content

Commit b02f4fa

Browse files
authored
[CI&CD] Skip (Py)Analysis & Coverage for l10n folder (#76)
1 parent 499f36e commit b02f4fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/py_analysis-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches:
66
- main
77
- dev
8+
paths-ignore:
9+
- l10n/**
810
pull_request:
911
branches:
1012
- main
1113
- dev
14+
paths-ignore:
15+
- l10n/**
1216

1317
env:
1418
APP_NAME: cloud_py_api

0 commit comments

Comments
 (0)