mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ci: skip posting comment when ran outside pull_request
[skip_ci]
This commit is contained in:
parent
e000b526cc
commit
9ae587dd26
2
.github/actions/ui-comment/action.yml
vendored
2
.github/actions/ui-comment/action.yml
vendored
@ -6,6 +6,7 @@ runs:
|
||||
- name: Find Comment
|
||||
uses: peter-evans/find-comment@v2
|
||||
id: fc
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
comment-author: 'github-actions[bot]'
|
||||
@ -13,6 +14,7 @@ runs:
|
||||
|
||||
- name: Create or update comment
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
|
Loading…
Reference in New Issue
Block a user