diff --git a/.github/workflows/compile_requirements.yaml b/.github/workflows/compile_requirements.yaml index 3c377b8a..bf708eb3 100644 --- a/.github/workflows/compile_requirements.yaml +++ b/.github/workflows/compile_requirements.yaml @@ -14,7 +14,9 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} # Checkout the branch from the pull request - name: Run pip-compile in Docker run: |