Skip to content

Commit

Permalink
fix: run download crowdin only on original repo
Browse files Browse the repository at this point in the history
avoid sending usuless failed email to fork contributors fix aave#2278
  • Loading branch information
NandyBa committed Dec 9, 2024
1 parent 5643cad commit d056de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
download-from-crowdin:
name: Download sources from Crowdin
runs-on: ubuntu-latest
if: github.repository == 'aave/interface'

steps:
- name: Checkout
Expand Down

0 comments on commit d056de3

Please sign in to comment.