Skip to content

Commit 681a567

Browse files
authored
[meta] attempt to make deprev support workflow dispatch
1 parent c159810 commit 681a567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fail-on-scopes: unknown, runtime, development
1919
#
2020
# Possible values: Any available git ref
21-
# base-ref: ${{ github.event.pull_request.base.ref }}
22-
# head-ref: ${{ github.event.pull_request.head.ref }}
21+
base-ref: ${{ github.event.pull_request.base.ref || github.event.workflow_dispatch.ref }}
22+
head-ref: ${{ github.event.pull_request.head.ref || github.event.workflow_dispatch.ref }}
2323
#
2424
# You can only include one of these two options: `allow-licenses` and `deny-licenses`. These options are not supported on Enterprise Server.
2525
#

0 commit comments

Comments
 (0)