fix(CI): install deno only if needed, #3768 follow-up (#3773)

This commit is contained in:
Saber Haj Rabiee
2025-03-23 00:04:07 -07:00
committed by GitHub
parent bc7c59d880
commit 2a011dd89c

View File

@@ -135,6 +135,7 @@ jobs:
fi
done
- name: Install Deno
if: contains(inputs.directory, 'examples')
uses: denoland/setup-deno@v2
with:
deno-version: v1.x