File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22name : Manage Built Files for PRs
33
44on :
5- pull_request_target :
5+ pull_request :
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_target ' && github.head_ref || github.sha }}
30+ group : ${{ github.workflow }}-${{ github.event_name == 'pull_request ' && 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.
3939 name : Updates built files when necessary
4040 runs-on : ubuntu-24.04
4141 permissions :
42- issues : write
4342 pull-requests : write
44- contents : write
45- if : ${{ github.event_name == 'pull_request_target' }}
43+ if : ${{ github.event_name == 'pull_request' }}
4644 steps :
4745 - name : Checkout repository
4846 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments