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:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
REDOCLY_TELEMETRY: off
|
REDOCLY_TELEMETRY: off
|
||||||
# Test:
|
|
||||||
- run: |
|
|
||||||
echo ${{ github.repository }}
|
|
||||||
echo ${{ github.event.repository.full_name }}
|
|
||||||
|
|
||||||
- name: Comment PR
|
- 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
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
with:
|
with:
|
||||||
filePath: benchmark_check.md
|
filePath: benchmark_check.md
|
||||||
|
|||||||
Reference in New Issue
Block a user