From 635ac0ddd2a5d09651a7d4dcdf17a00d634393e3 Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Fri, 15 Mar 2024 17:02:30 -0500 Subject: [PATCH] workflows: fetch extra commit needed for `TestRaftCopyrightHeaders` Epic: CRDB-8308 Release note: None --- .github/workflows/github-actions-essential-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-actions-essential-ci.yml b/.github/workflows/github-actions-essential-ci.yml index e2fcd3970fbf..63696d91dcf9 100644 --- a/.github/workflows/github-actions-essential-ci.yml +++ b/.github/workflows/github-actions-essential-ci.yml @@ -111,6 +111,8 @@ jobs: submodules: true - name: compute metadata run: echo GITHUB_ACTIONS_BRANCH=${{ github.event.pull_request.number || github.ref_name}} >> "$GITHUB_ENV" + # We need this commit for TestRaftCopyrightHeaders. + - run: git fetch --depth 1 origin cd6f4f263bd42688096064825dfa668bde2d3720 - run: ./build/github/get-engflow-keys.sh - run: ./build/github/prepare-summarize-build.sh - name: run lint tests