From 0e4b8b6e5e5dfd33d8f2b9d09978eb9333f2ef1a Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Fri, 10 Jan 2025 22:01:30 +0900 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20cache-deps=20=E3=81=AE=20job=20?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 68f7d8b2..93a5bc9e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,32 +34,10 @@ jobs: level: error reporter: github-pr-review - cache-deps: - runs-on: ubuntu-24.04 - needs: changes - if: needs.changes.outputs.dependencies == 'true' - timeout-minutes: 10 - - steps: - # https://github.com/marketplace/actions/checkout - - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - # https://github.com/marketplace/actions/mise-action - - name: mise action - uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - - - name: setup gitignore target files - uses: ./.github/actions/setup-gitignore-target-files - - - name: setup pub - uses: ./.github/actions/setup-pub - analyze: runs-on: ubuntu-24.04 needs: - changes - - cache-deps if: needs.changes.outputs.analyze == 'true' timeout-minutes: 10 @@ -85,7 +63,6 @@ jobs: runs-on: ubuntu-24.04 needs: - changes - - cache-deps if: needs.changes.outputs.test == 'true' timeout-minutes: 10