Skip to content

Commit

Permalink
[Hotfix] Fix github ci due to module changes (#3191)
Browse files Browse the repository at this point in the history
Fix github ci configurations
  • Loading branch information
zhoujinsong authored Sep 10, 2024
1 parent b52f64d commit 62a095f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/core-hadoop2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- "amoro-core/**"
- "amoro-common/**"
- "amoro-metrics/**"
- "amoro-optimizer/**"
- "amoro-format-iceberg/**"
- "amoro-format-paimon/**"
- "amoro-format-hudi/**"
- "amoro-format-mixed/amoro-format-mixed-flink/**"
- "amoro-format-mixed/amoro-format-mixed-hive/**"
- "amoro-format-mixed/amoro-format-mixed-spark/**"
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/core-hadoop3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- "amoro-core/**"
- "amoro-common/**"
- "amoro-metrics/**"
- "amoro-optimizer/**"
- "amoro-format-iceberg/**"
- "amoro-format-paimon/**"
- "amoro-format-hudi/**"
- "amoro-format-mixed/amoro-format-mixed-flink/**"
- "amoro-format-mixed/amoro-format-mixed-hive/**"
- "amoro-format-mixed/amoro-format-mixed-spark/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/trino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- "amoro-core/**"
- "amoro-common/**"
- "amoro-format-iceberg/**"
- "amoro-format-mixed/amoro-mixed-hive/**"
- "amoro-format-mixed/amoro-mixed-trino/**"
- "pom.xml"
Expand Down

0 comments on commit 62a095f

Please sign in to comment.