diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec3db87..6836643 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,9 @@ jobs: SHALLOW: 1 - name: Check out jspecify/samples-google-prototype if: always() - run: git checkout samples-google-prototype + run: | + git fetch --depth=1 samples-google-prototype + git checkout samples-google-prototype working-directory: jspecify - name: Run Samples Tests if: always()