Skip to content

Commit f2a96f4

Browse files
authored
Merge pull request #159 from codeflash-ai/fix-ci-not-using-current-branch
fix ci
2 parents 711ee5e + 8ea6a40 commit f2a96f4

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)