Skip to content

Commit c6cb69a

Browse files
committed
Adjust conditions for job.
1 parent d184572 commit c6cb69a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
issues: write
2828
pull-requests: write
2929
timeout-minutes: 5
30-
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request_target' }}
30+
if: ${{ github.event_name == 'pull_request_target' }}
3131
steps:
3232
- name: Post a welcome comment
3333
uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0

0 commit comments

Comments
 (0)