From 67e5bf57f88657341ccfa1223298c582a7e0c3c9 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 21 Jun 2023 19:20:59 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229be01..5c29662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: changes: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. + - name: Get changed files id: changed-files uses: tj-actions/changed-files@v36