We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532be9a commit 3d3d48fCopy full SHA for 3d3d48f
.github/workflows/ci.yaml
@@ -8,6 +8,7 @@ on:
8
pull_request: ~
9
10
env:
11
+ # Also change CACHE_VERSION in the primer workflow
12
CACHE_VERSION: 4
13
DEFAULT_PYTHON: 3.8
14
PRE_COMMIT_CACHE: ~/.cache/pre-commit
.github/workflows/primer-test.yaml
@@ -10,9 +10,11 @@ on:
- "pylint/**"
- "tests/primer/**"
- "requirements*"
+ - ".github/workflows/primer-test.yaml"
15
- CACHE_VERSION: 3
16
+ # Also change CACHE_VERSION in the CI workflow
17
+ CACHE_VERSION: 4
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments