Skip to content

Commit

Permalink
TEMPORARY Run cache delete for PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Sep 18, 2023
1 parent 0bbf8b7 commit 9c108e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: actions/setup-python@v4

- name: Force recreation of pre-commit virtual environment for mypy
if: github.event_name == 'schedule' # Comment this line to run on a PR
# if: github.event_name == 'schedule' # Comment this line to run on a PR
run: gh cache list -L 999 | cut -f2 | grep pre-commit | xargs -I{} gh cache delete "{}" || true
env: { GH_TOKEN: "${{ github.token }}" }

Expand Down

0 comments on commit 9c108e3

Please sign in to comment.