We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6785dc1 commit 5901ee0Copy full SHA for 5901ee0
.github/workflows/csharp_databricks_e2e.yml
@@ -29,7 +29,7 @@ on:
29
- 'csharp/src/Drivers/Apache/Spark/**'
30
- 'csharp/src/Drivers/Databricks/**'
31
- 'csharp/test/Drivers/Databricks/**'
32
- pull_request:
+ pull_request_target:
33
paths:
34
- '.github/workflows/csharp_databricks_e2e.yml'
35
- 'ci/scripts/csharp_databricks_e2e.sh'
@@ -73,6 +73,7 @@ jobs:
73
- name: Checkout ADBC
74
uses: actions/checkout@v4
75
with:
76
+ ref: ${{ github.event.pull_request.head.sha }}
77
fetch-depth: 0
78
submodules: recursive
79
- name: Build
0 commit comments