Skip to content

Commit fa60144

Browse files
committed
Merge branch 'main' into feat/structlog
2 parents 9f75b66 + 7cb2d79 commit fa60144

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Test pull request
33

44
on:
5-
pull_request:
5+
pull_request_target:
66
types:
77
- opened
88
- synchronize
@@ -41,6 +41,8 @@ jobs:
4141
steps:
4242
- name: Checkout the repo
4343
uses: actions/checkout@v4
44+
with:
45+
ref: ${{ github.event.pull_request.head.sha }}
4446

4547
- name: Install Helm
4648
uses: azure/setup-helm@v4

0 commit comments

Comments
 (0)