File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22name : Manage Built Files for PRs
33
44on :
5- pull_request :
5+ pull_request_target :
66 branches :
77 - trunk
88 - ' 6.[8-9]'
2727concurrency :
2828 # The concurrency group contains the workflow name and the branch name for pull requests
2929 # or the commit hash for any other events.
30- group : ${{ github.workflow }}-${{ github.event_name == 'pull_request ' && github.head_ref || github.sha }}
30+ group : ${{ github.workflow }}-${{ github.event_name == 'pull_request_target ' && github.head_ref || github.sha }}
3131
3232# Disable permissions for all available scopes by default.
3333# Any needed permissions should be configured at the job level.
4040 runs-on : ubuntu-24.04
4141 permissions :
4242 contents : write
43- if : ${{ github.event_name == 'pull_request ' && github.event.commits < 2 && 'dependabot[bot]' == github.actor }}
43+ if : ${{ github.event_name == 'pull_request_target ' && github.event.commits < 2 && 'dependabot[bot]' == github.actor }}
4444 steps :
4545 - name : Generate Installation Token
4646 id : generate_token
You can’t perform that action at this time.
0 commit comments