From c3f519e87d6edb039473fa41c7d56c37a8017b31 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 29 Aug 2023 02:28:49 +0100 Subject: [PATCH] maybe maybe maybe --- .github/workflows/infra.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 11388dc..6f5d0db 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -18,6 +18,10 @@ jobs: name: Check infrastructure definitions runs-on: ubuntu-latest steps: + - name: Checkout target + uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.base.ref }} - name: Checkout uses: actions/checkout@v3