Update trunk_annotate_pr.yml

This commit is contained in:
Matt Smith 2025-06-17 11:03:28 -04:00
parent 73994206d6
commit 7db4ff6444
3 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,7 @@ on:
workflow_run:
workflows: [Pull Request] # Name from `trunk_check.yml`
types: [completed]
workflow_dispatch:
permissions: read-all

View File

@ -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

View File

@ -3,6 +3,7 @@ name: Run Trunk Fmt on PR Comment
on:
issue_comment:
types: [created]
workflow_dispatch:
permissions: read-all