From cccf76f3ac25b535cfda9015f2990b3ce10d2ed7 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 19 Dec 2023 15:41:23 +0100 Subject: [PATCH] GHA: Reduce cache size We have limit cache size. Only cache what's really relevant. --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d318dcd2f..6f68a72a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -75,7 +75,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ ~/Library/Caches/Homebrew key: ${{ runner.os }}-${{ matrix.python-version }}-ci @@ -145,7 +145,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -189,7 +189,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -239,7 +239,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -275,7 +275,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -311,7 +311,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -347,7 +347,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -379,7 +379,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -412,7 +412,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }} @@ -442,7 +442,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.cache + ~/.cache/pip .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}