We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91830db commit 9865036Copy full SHA for 9865036
.github/workflows/download-translations.yml
@@ -14,6 +14,7 @@ permissions: write-all
14
15
jobs:
16
crowdin:
17
+ if: ${{ secrets.CROWDIN_PROJECT_ID != '' }}
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
0 commit comments