|
6 | 6 | branches: |
7 | 7 | - trunk |
8 | 8 | - release/* |
9 | | - pull_request_target: |
| 9 | + pull_request: |
10 | 10 | branches: |
11 | 11 | - trunk |
12 | 12 | - release-* |
|
72 | 72 | steps: |
73 | 73 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
74 | 74 | with: |
75 | | - ref: ${{ github.event.pull_request.head.sha }} |
76 | 75 | fetch-depth: 1 # Shallow clone for faster checkout |
77 | 76 |
|
78 | 77 | - name: Set up Rust |
@@ -120,8 +119,6 @@ jobs: |
120 | 119 | runs-on: 'spiceai-macos' |
121 | 120 | steps: |
122 | 121 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
123 | | - with: |
124 | | - ref: ${{ github.event.pull_request.head.sha }} |
125 | 122 |
|
126 | 123 | - name: Set up Rust |
127 | 124 | uses: ./.github/actions/setup-rust |
@@ -173,8 +170,6 @@ jobs: |
173 | 170 | runs-on: 'spiceai-macos' |
174 | 171 | steps: |
175 | 172 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
176 | | - with: |
177 | | - ref: ${{ github.event.pull_request.head.sha }} |
178 | 173 |
|
179 | 174 | - name: Set up Rust |
180 | 175 | uses: ./.github/actions/setup-rust |
@@ -265,8 +260,6 @@ jobs: |
265 | 260 | runs-on: 'spiceai-macos' |
266 | 261 | steps: |
267 | 262 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
268 | | - with: |
269 | | - ref: ${{ github.event.pull_request.head.sha }} |
270 | 263 |
|
271 | 264 | - name: Set up Rust |
272 | 265 | uses: ./.github/actions/setup-rust |
@@ -314,8 +307,6 @@ jobs: |
314 | 307 | runs-on: 'spiceai-macos' |
315 | 308 | steps: |
316 | 309 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
317 | | - with: |
318 | | - ref: ${{ github.event.pull_request.head.sha }} |
319 | 310 |
|
320 | 311 | - name: Set up Rust |
321 | 312 | uses: ./.github/actions/setup-rust |
@@ -359,8 +350,6 @@ jobs: |
359 | 350 | runs-on: 'spiceai-macos' |
360 | 351 | steps: |
361 | 352 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
362 | | - with: |
363 | | - ref: ${{ github.event.pull_request.head.sha }} |
364 | 353 |
|
365 | 354 | - name: Set up Rust |
366 | 355 | uses: ./.github/actions/setup-rust |
@@ -394,8 +383,6 @@ jobs: |
394 | 383 | runs-on: 'spiceai-macos' |
395 | 384 | steps: |
396 | 385 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
397 | | - with: |
398 | | - ref: ${{ github.event.pull_request.head.sha }} |
399 | 386 |
|
400 | 387 | - name: Set up Rust |
401 | 388 | uses: ./.github/actions/setup-rust |
@@ -436,7 +423,6 @@ jobs: |
436 | 423 | steps: |
437 | 424 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
438 | 425 | with: |
439 | | - ref: ${{ github.event.pull_request.head.sha }} |
440 | 426 | fetch-depth: 1 # Shallow clone for faster checkout |
441 | 427 |
|
442 | 428 | - name: Set up Rust |
@@ -481,8 +467,6 @@ jobs: |
481 | 467 | runs-on: 'spiceai-macos' |
482 | 468 | steps: |
483 | 469 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
484 | | - with: |
485 | | - ref: ${{ github.event.pull_request.head.sha }} |
486 | 470 |
|
487 | 471 | - name: Set up Rust |
488 | 472 | uses: ./.github/actions/setup-rust |
|
0 commit comments