File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040
4141 codecov :
4242 runs-on : ubuntu-latest
43- environment : ${{ github.event.pull_request.head.repo.fork == true && 'prod-external' || 'prod' }}
43+ environment : ${{ ( github.event_name == 'pull_request_target' && github. event.pull_request.head.repo.full_name != github.repository) && 'prod-external' || 'prod' }}
4444 needs : changes
4545 if : ${{ contains(fromJSON(needs.changes.outputs.paths), 'src') }}
4646 steps :
8282
8383 e2e-tests :
8484 runs-on : ubuntu-latest
85- environment : ${{ github.event.pull_request.head.repo.fork == true && 'prod-external' || 'prod' }}
85+ environment : ${{ ( github.event_name == 'pull_request_target' && github. event.pull_request.head.repo.full_name != github.repository) && 'prod-external' || 'prod' }}
8686 needs : changes
8787 if : ${{ contains(fromJSON(needs.changes.outputs.paths), 'src') }}
8888 env :
You can’t perform that action at this time.
0 commit comments