Issue 5425 - Add new shut down ECS cluster Lambda into the CDK #10738
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Common Modules | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/chunk-common.yaml' | |
- '.github/workflows/chunk.yaml' | |
- '.github/config/chunks.yaml' | |
- 'code-style/checkstyle*.xml' | |
- 'code-style/spotbugs*.xml' | |
- 'java/pom.xml' | |
- 'java/common/pom.xml' | |
- 'java/core/**' | |
- 'java/example-iterators/**' | |
- 'java/configuration/**' | |
- 'java/sketches/**' | |
- 'java/parquet/**' | |
- 'java/common/common-job/**' | |
- 'java/common/common-task/**' | |
- 'java/common/common-invoke-tables/**' | |
- 'java/build/**' | |
- 'java/common/dynamodb-tools/**' | |
- 'java/common/localstack-test/**' | |
- 'java/statestore/**' | |
- 'java/statestore-committer-core/**' | |
- 'java/statestore-lambda/**' | |
- 'java/statestore/**' | |
- 'java/metrics/**' | |
- 'java/compaction/compaction-tracker/**' | |
- 'java/compaction/compaction-core/**' | |
- 'java/ingest/ingest-tracker/**' | |
- 'java/ingest/ingest-core/**' | |
jobs: | |
chunk-workflow: | |
uses: ./.github/workflows/chunk.yaml | |
with: | |
chunkId: common |