Skip to content

Commit

Permalink
ICU-22721 Have the testdata folder trigger CI actions for both icu4c …
Browse files Browse the repository at this point in the history
…& icu4j
  • Loading branch information
mihnita committed Sep 24, 2024
1 parent 0334d92 commit 9fb6dca
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**.cpp'
- '**.cxx'
- '**.h'
- 'testdata/**'
- '.github/workflows/**'
push:
branches:
Expand All @@ -19,6 +20,7 @@ on:
- '**.cpp'
- '**.cxx'
- '**.h'
- 'testdata/**'
- '.github/workflows/**'
workflow_dispatch:
permissions: {}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/icu4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/icu_exhaustive_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
paths:
- 'icu4c/**'
- 'icu4j/**'
- 'testdata/**'
- '.github/workflows/**'
schedule:
# Runs daily on default branch (main) only.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/icu_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fb6dca

Please sign in to comment.