summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/primer_comment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 45301fe30..9b0934215 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -48,7 +48,8 @@ jobs:
key:
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
env.KEY_PREFIX }}-${{ env.CACHE_VERSION }}-${{ hashFiles('pyproject.toml',
- 'requirements_test.txt', 'requirements_test_min.txt') }}
+ 'requirements_test.txt', 'requirements_test_min.txt',
+ 'requirements_test_pre_commit.txt') }}
- name: Download outputs
uses: actions/github-script@v6.4.0