Skip to content

Commit 183f04a

Browse files
remove if-clause from comment action
1 parent 13dcc3d commit 183f04a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# if-no-files-found: ignore
8080
#
8181
- name: Comment ReadDocs Link in PR
82-
if: ${{ github.event_name == 'pull_request' }}
82+
# if: ${{ github.event_name == 'pull_request' }}
8383
uses: actions/github-script@v7
8484
with:
8585
script: |

0 commit comments

Comments
 (0)