workflows/pr: run in pull_request context to test actions/get-merge-commit
This must run in the pull_request context, otherwise changes to the actions are not tested.
This commit is contained in:
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@@ -3,6 +3,7 @@ name: PR
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- .github/actions/get-merge-commit/action.yml
|
||||||
- .github/workflows/build.yml
|
- .github/workflows/build.yml
|
||||||
- .github/workflows/check.yml
|
- .github/workflows/check.yml
|
||||||
- .github/workflows/eval.yml
|
- .github/workflows/eval.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user