mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +00:00
Update trunk_annotate_pr.yml
This commit is contained in:
parent
73994206d6
commit
7db4ff6444
1
.github/workflows/trunk_annotate_pr.yml
vendored
1
.github/workflows/trunk_annotate_pr.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
workflow_run:
|
||||
workflows: [Pull Request] # Name from `trunk_check.yml`
|
||||
types: [completed]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
5
.github/workflows/trunk_check.yml
vendored
5
.github/workflows/trunk_check.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Pull Request
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
1
.github/workflows/trunk_format_pr.yml
vendored
1
.github/workflows/trunk_format_pr.yml
vendored
@ -3,6 +3,7 @@ name: Run Trunk Fmt on PR Comment
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user