From d888a1fbbcd1ee22bcba7af57bfabd9c414327c5 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:18:37 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7?= =?UTF-8?q?=E3=83=A5=E3=82=92=E6=B6=88=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/pull-request-merge-check.yml | 132 ------------------ 1 file changed, 132 deletions(-) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 1755ba29..0ed38cae 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -26,39 +26,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Gradle Wrapper Cache - uses: actions/cache@v4.0.2 - with: - path: ~/.gradle/wrapper - key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - - - name: Dependencies Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/cache/jars-* - ~/.gradle/caches/transforms-* - ~/.gradle/caches/modules-* - key: gradle-dependencies-${{ hashFiles('**/*.gradle.kts') }} - restore-keys: gradle-dependencies- - - - name: Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/caches/build-cache-* - ~/.gradle/caches/[0-9]*.* - .gradle - key: ${{ runner.os }}-gradle-build-${{ github.workflow }}-${{ github.sha }} - restore-keys: ${{ runner.os }}-gradle-build-${{ github.workflow }}- - - - name: Build Cache - uses: actions/cache@v4.0.2 - with: - path: | - build - key: gradle-build-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('**/*.kt') }}-${{ github.sha }} - - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -77,39 +44,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Gradle Wrapper Cache - uses: actions/cache@v4.0.2 - with: - path: ~/.gradle/wrapper - key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - - - name: Dependencies Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/cache/jars-* - ~/.gradle/caches/transforms-* - ~/.gradle/caches/modules-* - key: gradle-dependencies-${{ hashFiles('**/*.gradle.kts') }} - restore-keys: gradle-dependencies- - - - name: Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/caches/build-cache-* - ~/.gradle/caches/[0-9]*.* - .gradle - key: ${{ runner.os }}-gradle-build-${{ github.workflow }}-${{ github.sha }} - restore-keys: ${{ runner.os }}-gradle-build-${{ github.workflow }}- - - - name: Build Cache - uses: actions/cache@v4.0.2 - with: - path: | - build - key: gradle-build-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('src') }}-${{ github.sha }} - - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -136,39 +70,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Gradle Wrapper Cache - uses: actions/cache@v4.0.2 - with: - path: ~/.gradle/wrapper - key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - - - name: Dependencies Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/cache/jars-* - ~/.gradle/caches/transforms-* - ~/.gradle/caches/modules-* - key: gradle-dependencies-${{ hashFiles('**/*.gradle.kts') }} - restore-keys: gradle-dependencies- - - - name: Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/caches/build-cache-* - ~/.gradle/caches/[0-9]*.* - .gradle - key: ${{ runner.os }}-gradle-build-${{ github.workflow }}-${{ github.sha }} - restore-keys: ${{ runner.os }}-gradle-build-${{ github.workflow }}- - - - name: Build Cache - uses: actions/cache@v4.0.2 - with: - path: | - build - key: gradle-build-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('src') }}-${{ github.sha }} - - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -220,39 +121,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Gradle Wrapper Cache - uses: actions/cache@v4.0.2 - with: - path: ~/.gradle/wrapper - key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - - - name: Dependencies Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/cache/jars-* - ~/.gradle/caches/transforms-* - ~/.gradle/caches/modules-* - key: gradle-dependencies-${{ hashFiles('**/*.gradle.kts') }} - restore-keys: gradle-dependencies- - - - name: Cache - uses: actions/cache@v4.0.2 - with: - path: | - ~/.gradle/caches/build-cache-* - ~/.gradle/caches/[0-9]*.* - .gradle - key: ${{ runner.os }}-gradle-build-${{ github.workflow }}-${{ github.sha }} - restore-keys: ${{ runner.os }}-gradle-build-${{ github.workflow }}- - - - name: Build Cache - uses: actions/cache@v4.0.2 - with: - path: | - build - key: gradle-build-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('src') }}-${{ github.sha }} - - name: Set up JDK 21 uses: actions/setup-java@v4 with: