Skip to content

Commit 11e4559

Browse files
authored
Update translations-sync.yml for production use
Removed testing conditions from workflows and established dependency. Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent b528797 commit 11e4559

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/translations-sync.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ env:
2424
jobs:
2525
synchronize-with-crowdin:
2626
runs-on: ubuntu-latest
27-
# FOR TESTING
28-
if: false
2927
steps:
3028
- name: Harden Runner
3129
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
@@ -59,8 +57,7 @@ jobs:
5957
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
6058

6159
format_crowdin_pull_request:
62-
# FOR TESTING
63-
# needs: synchronize-with-crowdin
60+
needs: synchronize-with-crowdin
6461
runs-on: ubuntu-latest
6562

6663
permissions:

0 commit comments

Comments
 (0)