Skip to content

Commit 366391b

Browse files
committed
perf(ci): skip full toolchain install for semconv check
The semconv job only needs Weaver (already installed by mise-action), but 'mise run' auto-installs every tool in .mise.toml first, compiling the source-built cargo tools from scratch each run because that install falls outside mise-action's Weaver-scoped cache. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent f39859d commit 366391b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-semconv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
install_args: ubi:open-telemetry/weaver
3333

3434
- name: Check semconv registry and enforce naming policies
35-
run: mise run semconv:check
35+
run: mise run --skip-tools semconv:check

0 commit comments

Comments
 (0)