ci: make validation caches read-only (#777)

This commit is contained in:
Philip Gai
2026-08-18 10:38:43 -05:00
committed by GitHub
parent c97148f473
commit 9eae3fe338
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ on:
jobs:
call-basic-validation:
name: Basic validation
cache-mode: read
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '24'

View File

@@ -14,6 +14,7 @@ on:
jobs:
call-check-dist:
name: Check dist/
cache-mode: read
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '24'