Skip to content

Commit 887966f

Browse files
committed
don't install private fonts on forks
1 parent ba1fc47 commit 887966f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/checkout@v4
18+
- name: Get Core Sans
19+
uses: actions/checkout@v4
20+
if: github.event.repository.fork == false
1921
with:
2022
fetch-depth: 0
2123
repository: mainmatter/core-sans-a-fonts

0 commit comments

Comments
 (0)