Skip to content

Commit d8a2a46

Browse files
committed
Merge branch 'main' into beta
2 parents 370f325 + 5353eb5 commit d8a2a46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
NPM_TOKEN: ${{ secrets.NPM_API_KEY }}
9494

9595
- name: Docs on Release Pull Request
96+
# run only if there is a release pull request open
97+
if: steps.changesets.outputs.pullRequestNumber
9698
uses: thollander/actions-comment-pull-request@v3
9799
with:
98100
comment-tag: "pr-release-docs"
@@ -134,6 +136,8 @@ jobs:
134136
NPM_TOKEN: ${{ secrets.NPM_API_KEY }}
135137

136138
- name: Docs on Release Pull Request
139+
# run only if there is a release pull request open
140+
if: steps.changesets.outputs.pullRequestNumber
137141
uses: thollander/actions-comment-pull-request@v3
138142
with:
139143
comment-tag: "pr-release-docs"

0 commit comments

Comments
 (0)