You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ jobs:
35
35
with:
36
36
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
37
37
fetch-depth: 0
38
+
filter: tree:0 # Optional, but recommended: reduce the size of the checkout with tree filtering, see https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/
38
39
39
40
# In any subsequent steps within this job (myjob) we can reference the resolved SHAs
40
41
# using either the step outputs or environment variables:
@@ -157,6 +158,7 @@ jobs:
157
158
with:
158
159
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
159
160
fetch-depth: 0
161
+
filter: tree:0 # Optional, but recommended: reduce the size of the checkout with tree filtering, see https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/
0 commit comments