Skip to content

Commit

Permalink
[1.6.x] Recycle CI cache
Browse files Browse the repository at this point in the history
(cherry picked from commit a08c72f)
  • Loading branch information
mxsasha committed Dec 20, 2022
1 parent 43bf1dd commit 781f7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
./_unbound/
./nassl_freebsd/
./python-whois/
key: ${{ runner.os }}-${{ matrix.python-version }}-v4-venv-and-deps-${{ hashFiles('**/requirements*.txt', 'Makefile') }}
key: ${{ runner.os }}-${{ matrix.python-version }}-v5-venv-and-deps-${{ hashFiles('**/requirements*.txt', 'Makefile') }}
restore-keys: |
${{ runner.os }}-${{ matrix.python-version }}-v4-venv-
${{ runner.os }}-${{ matrix.python-version }}-v5-venv-
# the venv and all (slow) custom dependencies is only built when there was no cache hit.
- name: Setup Application Configuration
run: |
Expand Down

0 comments on commit 781f7ed

Please sign in to comment.