From 5ea89373355b25ac8702c5ce89c48d7f33505e25 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Fri, 8 Dec 2023 13:03:41 -0500 Subject: [PATCH] Try forcing full depth to fix mac dirty git --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f73f6642d4..bb2235eb23 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,6 +26,7 @@ jobs: - uses: actions/checkout@v4 with: # sometimes checkout action doesn't result in clean directory? + fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha || github.ref }} submodules: 'recursive' - run: git status --ignored