fix(ci): Run PR title check on PR edit (#7817)

If the PR title violates the length check, editing it and re-running the
job wouldn't fix it because the original title was still referenced.

To fix this, we introduce a trigger for this check that runs
specifically on PR edit.
This commit is contained in:
Jamil
2025-01-20 19:25:35 -08:00
committed by GitHub
parent 8c9427b7b1
commit 8e39a4140f

View File

@@ -1,6 +1,8 @@
name: Static Analysis
on:
workflow_call:
pull_request:
types: [edited]
jobs:
pr-lint: