From 22b588e739a02812ecc1bd72adcfd551dc47f24d Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 22 May 2026 16:24:22 +0200 Subject: [PATCH] Test database pipeline 4 --- .gitea/workflows/pull_request.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index b99400a..3368278 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -119,23 +119,6 @@ jobs: channel: stable flutter-version: 3.41.0 - - name: Cache pub dependencies - uses: actions/cache@v4 - with: - path: | - ~/.pub-cache - key: pub-${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }} - restore-keys: | - pub-${{ runner.os }}- - - - name: Cache build_runner outputs - uses: actions/cache@v4 - with: - path: | - .dart_tool/build - key: build-runner-${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }} - restore-keys: | - build-runner-${{ runner.os }}- - name: Get dependencies run: |