From 84f3daa01dca962cd46bf92d717d39119f79bf3f Mon Sep 17 00:00:00 2001 From: stevenyomi <95685115+stevenyomi@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:33:35 +0800 Subject: [PATCH] Docs: tip on disabling fork Actions (#12278) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8bc207ca..6d589976f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ Some alternative steps can be followed to ignore "repo" branch and skip unrelate
Steps -1. Make sure to delete "repo" branch in your fork. +1. Make sure to delete "repo" branch in your fork. You may also want to disable Actions in the repo settings. 2. Do a partial clone. ```bash git clone --filter=blob:none --no-checkout