Skip to content

Commit 940c890

Browse files
committed
not a function change
1 parent f0fbcf8 commit 940c890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ jobs:
179179
# we want to post this warning only, if it is the first time we are running this action on the PR
180180
# it is entirely valid to have (some) subsequent commits without new docs as long as at least
181181
# one commit introduced changes to public functions without existing comments
182-
if: steps.create-pr.outputs.pull-request-number == '' && steps.fc.outputs.comment-id == 0
182+
# && steps.fc.outputs.comment-id == 0
183+
if: steps.create-pr.outputs.pull-request-number == ''
183184
with:
184185
token: ${{ steps.setup-github-token-write.outputs.access-token }}
185186
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)