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

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