From 897ab7f26416d00a20149e9623a3b545977d3d19 Mon Sep 17 00:00:00 2001 From: Reuven Gonzales Date: Sat, 13 Jul 2024 15:36:52 -0700 Subject: [PATCH] Checkout all of history for pr to run comparisons (#1785) --- .github/workflows/test-deploy/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-deploy/action.yml b/.github/workflows/test-deploy/action.yml index efac49c87..582ca2c4f 100644 --- a/.github/workflows/test-deploy/action.yml +++ b/.github/workflows/test-deploy/action.yml @@ -52,8 +52,6 @@ runs: # prevent gitlint from failing due to too long commit message titles, # e.g. "Merge 3e621938d65caaa67f8e35d145335d889d470fc8 into 19a39b2f66cd7a165082d1486b2f1eb36ec2354a". ref: ${{ inputs.sha }} - # Fetch all history so gitlint can check the relevant commits. - fetch-depth: "1" path: "ops/external-prs/pr-clone/"