Skip to content

Commit

Permalink
Fixes name of pre-commit cache for multiple branches (#10299)
Browse files Browse the repository at this point in the history
(cherry-picked from commit 4aa05a7)
  • Loading branch information
potiuk authored and kaxil committed Aug 15, 2020
1 parent 66d0210 commit 23788d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Cache pre-commit env
uses: actions/cache@v2
env:
cache-name: cache-pre-commit-v2
cache-name: cache-pre-commit-v1-10-test-v2
with:
path: ~/.cache/pre-commit
key: ${{ env.cache-name }}-${{ github.job }}-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit 23788d6

Please sign in to comment.