From 97682b8d687233b975c032f0168f9f543bb03079 Mon Sep 17 00:00:00 2001 From: Ming Wang Date: Wed, 14 Feb 2024 12:56:49 -0500 Subject: [PATCH] checkout core before building Cryostat3 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddcb850e..9cd8c7de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,6 +122,11 @@ jobs: pull-requests: write statuses: write steps: + - uses: actions/checkout@v4 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + fetch-depth: 0 - uses: actions/cache@v3 with: path: ~/.m2