mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 14:59:14 +00:00
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:
parent
b9a81bdd75
commit
43c064bb26
1 changed files with 1 additions and 0 deletions
1
.github/workflows/crowdin.yml
vendored
1
.github/workflows/crowdin.yml
vendored
|
@ -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…
Add table
Reference in a new issue