Skip to content

Commit 5490af7

Browse files
authored
Remove PR comment in forks since permissions issue (#2049)
1 parent 6b4484c commit 5490af7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/acc-tests.yml

-8
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ jobs:
112112
else
113113
echo "IS_FORK=false" >> $GITHUB_ENV
114114
fi
115-
- name: Comment PR in forks
116-
if: github.event_name == 'pull_request' && env.IS_FORK == 'true'
117-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
118-
with:
119-
token: ${{ secrets.GITHUB_TOKEN }}
120-
issue-number: ${{ github.event.pull_request.number }}
121-
body: |
122-
⚠️ Enterprise tests skipped for fork PRs.
123115
- name: Skip job if fork
124116
if: github.event_name == 'pull_request' && env.IS_FORK == 'true'
125117
run: |

0 commit comments

Comments
 (0)