workflows/pr: run in pull_request context on changed labels.yml

When labels.yml is changed the new code is not tested in the PR
directly, yet, because we forgot to add labels.yml to the list of
pull_request files in pr.yml. This lead to one syntax error merged
already.
This commit is contained in:
Wolfgang Walther
2025-06-20 20:45:56 +02:00
parent 8e1f869261
commit 155ea15a38

View File

@@ -8,6 +8,7 @@ on:
- .github/workflows/eval.yml
- .github/workflows/lint.yml
- .github/workflows/pr.yml
- .github/workflows/labels.yml
- .github/workflows/reviewers.yml # needs eval results from the same event type
pull_request_target: