Skip to content

Commit afb0312

Browse files
committed
chore: disable caching and remove mise tools installation in service pipeline
1 parent 8c1eb29 commit afb0312

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/service-pipeline.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,9 @@ jobs:
5757
version: 2024.12.18
5858
install: true
5959
experimental: false
60-
cache: true
61-
cache_save: true
62-
cache_key_prefix: mise-v2
60+
cache: false
6361
log_level: debug
6462

65-
- name: Install mise tools
66-
run: mise install
67-
6863
- name: Run CI checks
6964
run: mise run ci
7065

0 commit comments

Comments
 (0)