Skip to content

Commit 8c0ba41

Browse files
committed
Fix command-block workflow
1 parent 5a60ad6 commit 8c0ba41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/command-block.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212
jobs:
1313
comment:
1414
runs-on: ubuntu-latest
15+
# If the docs was updated by hustcer, skip the commenting step
16+
if: ${{github.event.pull_request.user.login != 'hustcer'}}
1517
steps:
1618
- uses: peter-evans/create-or-update-comment@v4
1719
with:

0 commit comments

Comments
 (0)