We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6efe3 commit ab452caCopy full SHA for ab452ca
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
# SECURITY: Use environment protection for external contributors only
65
# Push events and internal PRs run without environment protection
66
# External PRs require manual approval via 'external-testing' environment
67
- environment: ${{ (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && '' || 'external-testing' }}
+ environment: ${{ github.event_name == 'push' && '' || (github.event.pull_request.head.repo.full_name == github.repository && '' || 'external-testing') }}
68
# Run tests with secrets for:
69
# 1. Push to main (trusted), OR
70
# 2. PR from same repository (trusted), OR
0 commit comments