diff --git a/.github/workflows/pr-integration-tests.yml b/.github/workflows/pr-integration-tests.yml index 1de1b06..0176263 100644 --- a/.github/workflows/pr-integration-tests.yml +++ b/.github/workflows/pr-integration-tests.yml @@ -19,6 +19,15 @@ jobs: id-token: write contents: read steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref || github.ref }} + - name: Checkout grafana + uses: actions/checkout@v4 + with: + repository: grafana/grafana + ref: ${{ github.ref }} - name: Checkout grafana uses: actions/checkout@v4 with: