We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e7c14 commit e2b65d3Copy full SHA for e2b65d3
.github/workflows/deploy-preview.yml
@@ -186,7 +186,7 @@ jobs:
186
path: visual_diffs
187
188
- name: Comment PR with results
189
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
190
uses: actions/github-script@v7
191
with:
192
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments