From c133ac02b06865c803217bfecb23245aa15a3a3a Mon Sep 17 00:00:00 2001 From: Todd Treece Date: Mon, 23 Sep 2024 23:10:29 -0400 Subject: [PATCH] add ref --- .github/workflows/pr-integration-tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: