Docs: tip on disabling fork Actions (#12278)
This commit is contained in:
parent
aeb038c531
commit
84f3daa01d
|
@ -56,7 +56,7 @@ Some alternative steps can be followed to ignore "repo" branch and skip unrelate
|
||||||
|
|
||||||
<details><summary>Steps</summary>
|
<details><summary>Steps</summary>
|
||||||
|
|
||||||
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.
|
2. Do a partial clone.
|
||||||
```bash
|
```bash
|
||||||
git clone --filter=blob:none --no-checkout <fork-repo-url>
|
git clone --filter=blob:none --no-checkout <fork-repo-url>
|
||||||
|
|
Loading…
Reference in New Issue