From 43c064bb2625a4e3c96c677ebc1b0d897106a0cf Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Thu, 17 Feb 2022 13:25:11 +0100 Subject: [PATCH] Disable the Crowdin workflow for forks This was always failing in forks because the Crowdin API key is only available for the upstream repository. As it should be. --- .github/workflows/crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 9a637664..c7b96545 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -8,6 +8,7 @@ concurrency: "crowdin-upload-${{ github.ref }}" jobs: upload-sources: runs-on: ubuntu-latest + if: github.repository == 'beemdevelopment/Aegis' steps: - uses: actions/checkout@v2 - name: Install crowdin-cli