Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 0 additions & 122 deletions .github/workflows/cache_ci.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/cache_pr.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ jobs:
run: |
. venv/bin/activate
pre-commit install --install-hooks
- name: Prepare cleanup-cache artifact
run: |
ref="${{ github.ref }}"

echo "ref: $ref"
echo "$ref" >> cleanup_cache
- name: Upload cleanup-cache artifact
uses: actions/upload-artifact@v7.0.1
with:
name: cleanup_cache
path: cleanup_cache

formatting:
name: Run pre-commit checks
Expand Down