mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-22721 Have the testdata folder trigger CI actions for both icu4c & icu4j
This commit is contained in:
parent
0334d92394
commit
9fb6dca1f9
5 changed files with 9 additions and 0 deletions
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
- '**.cpp'
|
||||
- '**.cxx'
|
||||
- '**.h'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
push:
|
||||
branches:
|
||||
|
@ -19,6 +20,7 @@ on:
|
|||
- '**.cpp'
|
||||
- '**.cxx'
|
||||
- '**.h'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
workflow_dispatch:
|
||||
permissions: {}
|
||||
|
|
2
.github/workflows/icu4c.yml
vendored
2
.github/workflows/icu4c.yml
vendored
|
@ -12,11 +12,13 @@ on:
|
|||
- 'maint/maint*'
|
||||
paths:
|
||||
- 'icu4c/**'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
pull_request:
|
||||
branches: '**'
|
||||
paths:
|
||||
- 'icu4c/**'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
workflow_dispatch:
|
||||
# To trigger the Env Test workflow manually, follow the instructions in
|
||||
|
|
2
.github/workflows/icu4j.yml
vendored
2
.github/workflows/icu4j.yml
vendored
|
@ -12,11 +12,13 @@ on:
|
|||
- 'maint/maint*'
|
||||
paths:
|
||||
- 'icu4j/**'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
pull_request:
|
||||
branches: '**'
|
||||
paths:
|
||||
- 'icu4j/**'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
workflow_dispatch:
|
||||
# To trigger the Env Test workflow manually, follow the instructions in
|
||||
|
|
1
.github/workflows/icu_exhaustive_tests.yml
vendored
1
.github/workflows/icu_exhaustive_tests.yml
vendored
|
@ -19,6 +19,7 @@ on:
|
|||
paths:
|
||||
- 'icu4c/**'
|
||||
- 'icu4j/**'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
schedule:
|
||||
# Runs daily on default branch (main) only.
|
||||
|
|
2
.github/workflows/icu_valgrind.yml
vendored
2
.github/workflows/icu_valgrind.yml
vendored
|
@ -13,11 +13,13 @@ on:
|
|||
- 'maint/maint*'
|
||||
paths:
|
||||
- 'icu4c/**'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
pull_request:
|
||||
branches: '**'
|
||||
paths:
|
||||
- 'icu4c/**'
|
||||
- 'testdata/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
# For non-release branches (namely: PRs), only run CI on the most recent commit. Cancel
|
||||
|
|
Loading…
Add table
Reference in a new issue