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 e50ad16 commit f619a12Copy full SHA for f619a12
.github/workflows/main.yml
@@ -23,6 +23,7 @@ jobs:
23
test:
24
needs: authorize # Require approval before running on forked pull requests
25
name: Test on ${{ matrix.platform.os }} using Xcode ${{ matrix.xcode }}
26
+ environment: ${{ github.event.pull_request.head.repo.fork && 'external' || 'internal' }}
27
runs-on: macos-13
28
29
env:
0 commit comments