Skip to content

Commit bba7f4b

Browse files
committed
debezium/dbz#1625 fix CI cache
Signed-off-by: kmos <kmos@commonhaus.dev>
1 parent c9c495f commit bba7f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v6
8282
- uses: ./.github/actions/build-debezium-quarkus-runtime-core
8383
with:
84-
maven-cache-key: debezium-quarkus-PR-build-${{ hashFiles('**/pom.xml') }}
84+
maven-cache-key: debezium-quarkus-CI-build-${{ hashFiles('**/pom.xml') }}
8585
build-runtime-extensions:
8686
name: "Debezium Quarkus Extensions Matrix"
8787
runs-on: ubuntu-latest
@@ -104,6 +104,6 @@ jobs:
104104
uses: actions/checkout@v6
105105
- uses: ./.github/actions/build-debezium-quarkus-runtime-extension
106106
with:
107-
maven-cache-key: debezium-quarkus-PR-build-${{ hashFiles('**/pom.xml') }}
107+
maven-cache-key: debezium-quarkus-CI-build-${{ hashFiles('**/pom.xml') }}
108108
maven-props: ${{ matrix.maven-props }}}
109109
connector: ${{ matrix.connectors }}

0 commit comments

Comments
 (0)