Adjust condition for commenting PR with firmware stats

This commit is contained in:
Arthur Tazhitdinov 2026-01-29 03:08:02 +05:00 committed by GitHub
parent ecc5057a1b
commit baebb3b2e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ jobs:
} >> "$GITHUB_STEP_SUMMARY" } >> "$GITHUB_STEP_SUMMARY"
- name: Comment PR with firmware stats - name: Comment PR with firmware stats
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false if: github.event_name == 'pull_request'
uses: actions/github-script@v7 uses: actions/github-script@v7
with: with:
script: | script: |