Skip to content

Commit 5901ee0

Browse files
committed
Update
1 parent 6785dc1 commit 5901ee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/csharp_databricks_e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
- 'csharp/src/Drivers/Apache/Spark/**'
3030
- 'csharp/src/Drivers/Databricks/**'
3131
- 'csharp/test/Drivers/Databricks/**'
32-
pull_request:
32+
pull_request_target:
3333
paths:
3434
- '.github/workflows/csharp_databricks_e2e.yml'
3535
- 'ci/scripts/csharp_databricks_e2e.sh'
@@ -73,6 +73,7 @@ jobs:
7373
- name: Checkout ADBC
7474
uses: actions/checkout@v4
7575
with:
76+
ref: ${{ github.event.pull_request.head.sha }}
7677
fetch-depth: 0
7778
submodules: recursive
7879
- name: Build

0 commit comments

Comments
 (0)