Skip to content

Commit ae1f229

Browse files
authored
[meta] another attempt to make deprev work
1 parent 681a567 commit ae1f229

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 || github.event.workflow_dispatch.ref }}
22-
head-ref: ${{ github.event.pull_request.head.ref || github.event.workflow_dispatch.ref }}
21+
base-ref: ${{ github.event.pull_request.base.ref || github.ref }}
22+
head-ref: ${{ github.event.pull_request.head.ref || github.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)