Skip to content

Commit 24901a5

Browse files
authored
feat: skip download crowdin files workflow on forks (#2279)
1 parent 9808ce4 commit 24901a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/crowdin-download.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
download-from-crowdin:
1414
name: Download sources from Crowdin
1515
runs-on: ubuntu-latest
16+
if: github.repository == 'aave/interface'
1617

1718
steps:
1819
- name: Checkout

0 commit comments

Comments
 (0)