Skip to content

Commit

Permalink
Do not copy stats for ci-format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 1, 2024
1 parent 1801464 commit c18a3ba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Restore stats
uses: actions/cache/restore@v3
with:
key: reviewer-stats-${{ github.run_id }}
restore-keys: |
reviewer-stats
path: ~/reviews
- name: Copy stats
run: ./make_help_scripts/add_review_stats
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files --hook-stage manual

0 comments on commit c18a3ba

Please sign in to comment.