1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-31 02:48:44 +00:00

ci(core): skip UI comment job on external PRs

- the comment action fails when run on a PR created from a fork
- see
9fa92b4fea/README.md

[no changelog]
This commit is contained in:
obrusvit 2025-07-18 12:13:16 +02:00 committed by Vít Obrusník
parent 14956e9b07
commit c291abe2ab

View File

@ -697,7 +697,7 @@ jobs:
core_ui_comment:
name: Post comment with UI diff URLs
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
needs:
- param