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:
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user