You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/15 05:04:22 UTC

[GitHub] [shardingsphere] taojintianxia commented on a diff in pull request #22157: Revert #22071

taojintianxia commented on code in PR #22157:
URL: https://github.com/apache/shardingsphere/pull/22157#discussion_r1022321345


##########
.github/workflows/nightly-it-example-generator.yml:
##########
@@ -25,32 +25,11 @@ env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dcheckstyle.skip=true -Dspotless.apply.skip=true -Dmaven.javadoc.skip=true -Drat.skip=true
 
 jobs:
-  build-cache:

Review Comment:
   maybe you could change the cache  key to followings :
   ```
           with:
             path: ~/.m2/repository
             key: shardingsphere-maven-third-party-${{ hashFiles('**/pom.xml') }}
             restore-keys: |
               shardingsphere-maven-third-party-
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org