Skip to content

Commit af5ad5a

Browse files
authored
chore: Simplify environment approval for tests (supabase#40872)
Simplify environment approval for tests Removed environment approval requirement for forked PRs.
1 parent dfecff7 commit af5ad5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/studio-e2e-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
test:
1818
timeout-minutes: 60
1919
runs-on: blacksmith-4vcpu-ubuntu-2404
20-
# Require approval only for pull requests from forks
21-
environment: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork && 'Studio E2E Tests' || '' }}
2220

2321
env:
2422
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)