mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: do not comment on a PR created from a fork (#1231)
This commit is contained in:
6
.github/workflows/performance.yaml
vendored
6
.github/workflows/performance.yaml
vendored
@@ -32,13 +32,9 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
REDOCLY_TELEMETRY: off
|
||||
# Test:
|
||||
- run: |
|
||||
echo ${{ github.repository }}
|
||||
echo ${{ github.event.repository.full_name }}
|
||||
|
||||
- name: Comment PR
|
||||
if: github.repository == github.event.repository.full_name
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
uses: thollander/actions-comment-pull-request@v2
|
||||
with:
|
||||
filePath: benchmark_check.md
|
||||
|
||||
Reference in New Issue
Block a user