mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-31 19:08:28 +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:
parent
14956e9b07
commit
c291abe2ab
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user