From f03d14b0009e2f8a2769cc7f959158aad57e074a Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Wed, 29 Apr 2020 11:34:17 -0700 Subject: [PATCH] Fetch origin --- .github/workflows/sanity_check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 52e31ce72..1e0209dad 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -11,6 +11,7 @@ jobs: - name: Fetch from upstream run: | git remote add upstream https://github.com/facebook/rocksdb.git && git fetch upstream + git fetch origin - name: Where am I run: |