Skip to content

Commit 9274a5e

Browse files
committed
ci: remove precommit cache
Signed-off-by: Andrea Terzolo <andrea.terzolo@suse.com>
1 parent cab27eb commit 9274a5e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ jobs:
7171
llvm \
7272
libbpf-dev
7373
pip install pre-commit
74-
- name: Cache precommit linters
75-
id: cache-precommit-linters
76-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
77-
with:
78-
path: |
79-
~/.cache/pre-commit/
80-
key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
8174
- name: Generate eBPF code
8275
run: make generate-ebpf
8376
- name: Run linters

0 commit comments

Comments
 (0)