summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-12-30 14:11:23 +0100
committerGitHub <noreply@github.com>2021-12-30 14:11:23 +0100
commit3d3d48f80418d26ea64c73d510483b0a9e0a0698 (patch)
treec3b75a8fa76c7b03d39201301b0ca07f3f00d520
parent532be9afa75bd090a389db0f172c47ba9d37b411 (diff)
downloadpylint-git-3d3d48f80418d26ea64c73d510483b0a9e0a0698.tar.gz
Update CACHE_VERSION of primer, add comment and update paths (#5611)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yaml1
-rw-r--r--.github/workflows/primer-test.yaml4
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e0eeef079..4a2118b16 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -8,6 +8,7 @@ on:
pull_request: ~
env:
+ # Also change CACHE_VERSION in the primer workflow
CACHE_VERSION: 4
DEFAULT_PYTHON: 3.8
PRE_COMMIT_CACHE: ~/.cache/pre-commit
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index 08e9d125d..54ee54282 100644
--- a/.github/workflows/primer-test.yaml
+++ b/.github/workflows/primer-test.yaml
@@ -10,9 +10,11 @@ on:
- "pylint/**"
- "tests/primer/**"
- "requirements*"
+ - ".github/workflows/primer-test.yaml"
env:
- CACHE_VERSION: 3
+ # Also change CACHE_VERSION in the CI workflow
+ CACHE_VERSION: 4
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}