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 c6b1819 commit 772b0b7Copy full SHA for 772b0b7
.github/workflows/extension-validation.yml
@@ -123,7 +123,7 @@ jobs:
123
body-includes: "<!-- extension-validation-report -->"
124
125
- name: Comment PR with report
126
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && always()
+ if: github.event_name == 'pull_request' && always()
127
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
128
with:
129
comment-id: ${{ steps.fc.outputs.comment-id }}
0 commit comments