mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
2
.github/workflows/_static-analysis.yml
vendored
2
.github/workflows/_static-analysis.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Static Analysis
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
types: [edited]
|
||||
|
||||
jobs:
|
||||
pr-lint:
|
||||
|
||||
Reference in New Issue
Block a user