This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch win_wf_fix in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 1acc53e124a90f9571a2e65f3216c226bbb9f51c Author: HTHou <[email protected]> AuthorDate: Sun Mar 20 12:36:56 2022 +0800 fix --- .github/workflows/main-win.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml index 6af4d7f..09086bb 100644 --- a/.github/workflows/main-win.yml +++ b/.github/workflows/main-win.yml @@ -9,6 +9,7 @@ on: - master - 'rel/*' - "new_*" + - win_wf_fix paths-ignore: - 'docs/**' pull_request: @@ -58,9 +59,9 @@ jobs: - name: Cache Maven packages uses: actions/cache@v2 with: - path: ~/.m2 - key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} - restore-keys: ${{ runner.os }}-m2- + path: ~/.m2/repository + key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} + restore-keys: ${{ runner.os }}-maven- - name: Check Apache Rat run: mvn -B apache-rat:check - name: Download Hadoop Tools if Needed
