Skip to content

Commit 7bb7270

Browse files
committed
Improve cache tag
1 parent 3f14074 commit 7bb7270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: |
3434
~/.cache/pre-commit
3535
~/.cache/pip
36-
key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml') }}|${{ hashFiles('.github/workflows/pre-commit.yml') }}
36+
key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml', '.github/workflows/pre-commit.yml') }}
3737

3838
- name: Install python dependencies
3939
run: python -m pip install pre-commit docutils

0 commit comments

Comments
 (0)