Skip to content

Commit 3d3d48f

Browse files
DanielNoordcdce8p
andauthored
Update CACHE_VERSION of primer, add comment and update paths (#5611)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 532be9a commit 3d3d48f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request: ~
99

1010
env:
11+
# Also change CACHE_VERSION in the primer workflow
1112
CACHE_VERSION: 4
1213
DEFAULT_PYTHON: 3.8
1314
PRE_COMMIT_CACHE: ~/.cache/pre-commit

.github/workflows/primer-test.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ on:
1010
- "pylint/**"
1111
- "tests/primer/**"
1212
- "requirements*"
13+
- ".github/workflows/primer-test.yaml"
1314

1415
env:
15-
CACHE_VERSION: 3
16+
# Also change CACHE_VERSION in the CI workflow
17+
CACHE_VERSION: 4
1618

1719
concurrency:
1820
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)