mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 14:10:53 +00:00
Update trunk_annotate_pr.yml
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user