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.
pull/904/head
Alexander Bakker 3 years ago
parent b9a81bdd75
commit 43c064bb26

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

Loading…
Cancel
Save