Skip to content

Commit 0a61d1a

Browse files
authored
Disable create-cache.yml in forks (microsoft#1912)
1 parent fe0cafa commit 0a61d1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ defaults:
2020

2121
jobs:
2222
cache:
23+
if: github.repository == 'microsoft/typescript-go'
24+
2325
strategy:
2426
fail-fast: false
2527
matrix:

0 commit comments

Comments
 (0)