Skip to content

Commit

Permalink
ci(workflow): cache-deps の job を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jan 10, 2025
1 parent f389cb9 commit 0e4b8b6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -85,7 +63,6 @@ jobs:
runs-on: ubuntu-24.04
needs:
- changes
- cache-deps
if: needs.changes.outputs.test == 'true'
timeout-minutes: 10

Expand Down

0 comments on commit 0e4b8b6

Please sign in to comment.