From 8ea6a40a8bd88e296949e9fdb43d128c85837fe1 Mon Sep 17 00:00:00 2001 From: Alvin Ryanputra Date: Fri, 18 Apr 2025 14:36:20 -0400 Subject: [PATCH] fix ci --- .github/workflows/codeflash-optimize.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeflash-optimize.yaml b/.github/workflows/codeflash-optimize.yaml index 357269116..780ee8ba7 100644 --- a/.github/workflows/codeflash-optimize.yaml +++ b/.github/workflows/codeflash-optimize.yaml @@ -28,6 +28,8 @@ jobs: - name: 🛎️ Checkout uses: actions/checkout@v4 with: + ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Validate PR run: |