From 7f3a4d31c87590b3ac0e67c93a185b7e761f01ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nandy=20B=C3=A2?= Date: Mon, 9 Dec 2024 21:59:12 +0100 Subject: [PATCH] revert "test: verify that workflow will still be up for the original repo" This reverts commit b63300ec13fa2f008eb8464b9887a4e50f4fb44b. --- .github/workflows/crowdin-download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index 9603fc9ce9..dd42b77687 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -13,7 +13,7 @@ jobs: download-from-crowdin: name: Download sources from Crowdin runs-on: ubuntu-latest - if: github.repository == 'AaveChan/aave-interface' + if: github.repository == 'aave/interface' steps: - name: Checkout