Skip to content

Commit

Permalink
Fix workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
patchwork01 committed Apr 25, 2024
1 parent ed87c97 commit 0cce7e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chunk-cdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
- 'java/cdk-environment/**'
- 'java/system-test/system-test-cdk/**'
- 'java/system-test/system-test-configuration/**'
- 'java/system-test/system-test-data-generation/**'
- 'java/system-test/system-test-dsl/**'
- 'java/system-test/system-test-drivers/**'
- 'java/system-test/system-test-suite/**'
- 'java/system-test/system-test-data-generation/**'
- 'java/bulk-import/bulk-import-starter/**'
- 'java/clients/**'
- 'java/ingest/ingest-batcher-submitter/**'
Expand All @@ -34,6 +34,7 @@ on:
- 'java/ingest/ingest-runner/**'
- 'java/compaction/compaction-status-store/**'
- 'java/compaction/compaction-job-creation/**'
- 'java/common/common-invoke-tables/**'
- 'java/common/common-job/**'
- 'java/ingest/ingest-status-store/**'
- 'java/sketches/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chunk-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'java/compaction/compaction-status-store/**'
- 'java/splitter/splitter-core/**'
- 'java/ingest/ingest-batcher-store/**'
- 'java/common/common-invoke-tables/**'
- 'java/common/common-task/**'
- 'java/ingest/ingest-batcher-core/**'
- 'java/compaction/compaction-core/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chunk-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'java/parquet/**'
- 'java/common/common-job/**'
- 'java/common/common-task/**'
- 'java/common/common-invoke-tables/**'
- 'java/build/**'
- 'java/common/dynamodb-tools/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chunk-compaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- 'java/splitter/splitter-core/**'
- 'java/splitter/splitter-lambda/**'
- 'java/common/common-task/**'
- 'java/common/common-invoke-tables/**'
- 'java/ingest/ingest-runner/**'
- 'java/common/common-job/**'
- 'java/ingest/ingest-status-store/**'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/chunk-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ on:
- 'code-style/checkstyle*.xml'
- 'code-style/spotbugs*.xml'
- 'java/pom.xml'
- 'java/metrics/**'
- 'java/garbage-collector/**'
- 'java/metrics/**'
- 'java/common/common-invoke-tables/**'
- 'java/statestore/**'
- 'java/common/dynamodb-tools/**'
- 'java/parquet/**'
- 'java/configuration/**'
- 'java/common/dynamodb-tools/**'
- 'java/core/**'

jobs:
Expand Down

0 comments on commit 0cce7e8

Please sign in to comment.