diff --git a/.github/workflows/jewel-checks.yml b/.github/workflows/jewel-checks.yml index b2de376939ecd..9fd29a7653ea4 100644 --- a/.github/workflows/jewel-checks.yml +++ b/.github/workflows/jewel-checks.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: ${{ github.event.pull_request.base.sha }} name: Check out repository - name: Grant execute permission to validation scripts