File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments