Skip to content

Commit 3cb927c

Browse files
committed
Trying to optimize the git checkout
1 parent fdb1250 commit 3cb927c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/refresh-fire-truck-locations.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
ref: code
18+
sparse-checkout: |
19+
.github
20+
package.json
21+
package-lock.json
22+
index.js
23+
README.md
24+
LICENSE
1825
1926
- name: Setup Node.js
2027
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)