Skip to content

Commit a351255

Browse files
Copilotdorkmo
andcommitted
Skip push step for pull_request events to avoid permission issues
Co-authored-by: dorkmo <[email protected]>
1 parent 4df2901 commit a351255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/html-render.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ jobs:
287287
EOF
288288
289289
- name: Commit and push changes
290+
if: github.event_name != 'pull_request'
290291
run: |
291292
git config --local user.email "github-actions[bot]@users.noreply.github.com"
292293
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)