We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d22a52 commit 1fdabaeCopy full SHA for 1fdabae
1 file changed
.github/workflows/tests.yml
@@ -51,7 +51,8 @@ jobs:
51
run: |
52
python3 --version
53
which python3
54
- - name: Clear pip cache
+ - name: Clear pip cache on self-hosted runner
55
+ if: ${{ github.event.repository.private && contains(runner.labels, 'self-hosted') }}
56
57
python3 -m pip cache dir
58
python3 -m pip cache purge || true
0 commit comments