mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 10:05:18 +00:00
fix: set SANDBOX_AGENT_SKIP_INSPECTOR at workflow level
This commit is contained in:
parent
a16a4d07c1
commit
38a8afadcd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -25,6 +25,8 @@ defaults:
|
|||
env:
|
||||
# Disable incremental compilation for faster from-scratch builds
|
||||
CARGO_INCREMENTAL: 0
|
||||
# Skip inspector frontend for CI (not needed for type checking)
|
||||
SANDBOX_AGENT_SKIP_INSPECTOR: 1
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
|
@ -53,7 +55,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
R2_RELEASES_ACCESS_KEY_ID: ${{ secrets.R2_RELEASES_ACCESS_KEY_ID }}
|
||||
R2_RELEASES_SECRET_ACCESS_KEY: ${{ secrets.R2_RELEASES_SECRET_ACCESS_KEY }}
|
||||
SANDBOX_AGENT_SKIP_INSPECTOR: 1
|
||||
run: |
|
||||
# Configure Git
|
||||
git config --global user.name "github-actions[bot]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue