Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions pkg/workflow/aw_info_steps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ permissions:
issues: read
pull-requests: read
engine: copilot
network:
firewall: true
---
# Test firewall enabled
Expand All @@ -49,8 +47,8 @@ permissions:
issues: read
pull-requests: read
engine: copilot
network:
firewall: false
sandbox:
agent: false
strict: false
---
Expand Down
5 changes: 0 additions & 5 deletions pkg/workflow/blocked_domains_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ permissions:
contents: read
engine: copilot
network:
firewall: true
allowed:
- defaults
- github
Expand Down Expand Up @@ -106,7 +105,6 @@ permissions:
contents: read
engine: copilot
network:
firewall: true
allowed:
- defaults
- github
Expand Down Expand Up @@ -177,7 +175,6 @@ permissions:
contents: read
engine: copilot
network:
firewall: true
allowed:
- defaults
- github
Expand Down Expand Up @@ -238,7 +235,6 @@ permissions:
contents: read
engine: claude
network:
firewall: true
allowed:
- defaults
blocked:
Expand Down Expand Up @@ -300,7 +296,6 @@ permissions:
contents: read
engine: codex
network:
firewall: true
allowed:
- defaults
blocked:
Expand Down
1 change: 0 additions & 1 deletion pkg/workflow/step_summary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ network:
allowed:
- defaults
- node
firewall: true
---
# Test Workflow Overview
Expand Down
Loading