Skip to content

Commit 500123b

Browse files
committed
ICU-23056 Run CI for exhaustive tests on PRs that update resource files
1 parent cb0bf12 commit 500123b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/icu_exhaustive_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ on:
2121
- 'icu4j/**'
2222
- 'testdata/**'
2323
- '.github/workflows/**'
24+
# run exhaustive texts on PRs that modify resource files
25+
pull_request:
26+
branches: '**'
27+
paths:
28+
- 'icu4c/source/data/**'
29+
- 'icu4j/**/src/main/resources/com/ibm/icu/impl/data/icudata/**'
2430
schedule:
2531
# Runs daily on default branch (main) only.
2632
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule

0 commit comments

Comments
 (0)