File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 - opened
99 - synchronize
1010 - reopened
11- merge_group :
1211
1312concurrency :
1413 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
4746 run : npm run build
4847
4948 - name : Commit build artifacts (same-repo PRs only)
50- if : github.event_name == 'pull_request' && github. event.pull_request.head.repo.full_name == github.repository
49+ if : github.event.pull_request.head.repo.full_name == github.repository
5150 uses : EndBug/add-and-commit@v9
5251 with :
5352 add : " ."
5655 push : true
5756
5857 - name : Fail if dist is dirty (Forked PRs only)
59- if : github.event_name == 'pull_request' && github. event.pull_request.head.repo.full_name != github.repository
58+ if : github.event.pull_request.head.repo.full_name != github.repository
6059 working-directory : .github/actions/core
6160 run : |
6261 if [[ -n $(git status --porcelain dist) ]]; then
You can’t perform that action at this time.
0 commit comments