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.
This commit is contained in:
Alexander Bakker 2022-02-17 13:25:11 +01:00
parent b9a81bdd75
commit 43c064bb26

View file

@ -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