Skip to content

Commit ee90bde

Browse files
committed
build: only make comment on sizediff job when run from the main repo
Signed-off-by: deadprogram <[email protected]>
1 parent bcdb3fc commit ee90bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sizediff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
permissions:
1414
pull-requests: write
15-
issues: write
1615
steps:
1716
# Prepare, install tools
1817
- name: Add GOBIN to $PATH
@@ -89,6 +88,7 @@ jobs:
8988
- name: Comment contents
9089
run: cat comment.txt
9190
- name: Add comment
91+
if: github.repository == 'tinygo-org/tinygo'
9292
uses: thollander/[email protected]
9393
with:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)