Skip to content

Commit a16a4d0

Browse files
committed
fix: skip inspector frontend in CI typecheck
1 parent c627ff2 commit a16a4d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
R2_RELEASES_ACCESS_KEY_ID: ${{ secrets.R2_RELEASES_ACCESS_KEY_ID }}
5555
R2_RELEASES_SECRET_ACCESS_KEY: ${{ secrets.R2_RELEASES_SECRET_ACCESS_KEY }}
56+
SANDBOX_AGENT_SKIP_INSPECTOR: 1
5657
run: |
5758
# Configure Git
5859
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)