From b791a74e07fcc9dd03e75ad9f1c9bf7314668ab2 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 26 Feb 2024 20:18:03 +0100 Subject: [PATCH] [ci,api] fetch complete history --- .github/workflows/abi-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/abi-checker.yml b/.github/workflows/abi-checker.yml index 93130a3b4..304db89cb 100644 --- a/.github/workflows/abi-checker.yml +++ b/.github/workflows/abi-checker.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 100 + fetch-depth: 0 ref: ${{steps.pr.outputs.merge_commit_sha}} - name: "Prepare environment"