Skip to content

Commit 59d2333

Browse files
committed
Merge branch 'main' into function_discovery_bug
2 parents 9868c38 + f2a96f4 commit 59d2333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeflash-optimize.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: 🛎️ Checkout
2929
uses: actions/checkout@v4
3030
with:
31+
ref: ${{ github.event.pull_request.head.ref }}
32+
repository: ${{ github.event.pull_request.head.repo.full_name }}
3133
fetch-depth: 0
3234
- name: Validate PR
3335
run: |

0 commit comments

Comments
 (0)