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 4a24082 commit 213e73aCopy full SHA for 213e73a
.github/workflows/sizediff.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Comment contents
89
run: cat comment.txt
90
- name: Add comment
91
- if: github.repository == 'tinygo-org/tinygo'
+ if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
92
uses: thollander/[email protected]
93
with:
94
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments