Skip to content

Commit

Permalink
DBZ-3213 Make workflows depending on main and parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane authored and gunnarmorling committed Mar 11, 2021
1 parent 123d9ef commit b24db6b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/db2-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
paths:
- 'debezium-core/**'
- 'debezium-api/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
- 'debezium-core/**'
- 'debezium-api/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mongodb-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -28,6 +29,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mysql-legacy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -30,6 +31,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mysql-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -30,6 +31,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/postgres-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -28,6 +29,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quarkus-outbox-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -28,6 +29,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/server-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-server/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -28,6 +29,7 @@ on:
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-server/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sqlserver-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -28,6 +29,7 @@ on:
- 'debezium-microbenchmark/**'
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testing-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-testing/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
Expand All @@ -28,6 +29,7 @@ on:
- 'debezium-e2e-benchmark/**'
- 'debezium-scripting/**'
- 'debezium-testing/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vitess-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
paths:
- 'debezium-core/**'
- 'debezium-api/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'
pull_request:
paths:
- 'debezium-core/**'
- 'debezium-api/**'
- 'debezium-parent/pom.xml'
- 'pom.xml'

jobs:
Expand Down

0 comments on commit b24db6b

Please sign in to comment.