Skip to content

Commit

Permalink
Reactivate crowdin synchro on develop branch and stable branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenarie committed Aug 12, 2024
1 parent 507d67e commit 1bd2a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
download-crowdin:
name: CI Build
uses: exoplatform/swf-scripts/.github/workflows/download-crowdin-meedsio.yml@master
uses: exoplatform/swf-scripts/.github/workflows/download-crowdin-exoplatform.yml@master
with:
CROWDIN_MAINTENANCE_EXO_VERSION: ${{ vars.CROWDIN_MAINTENANCE_EXO_VERSION }}
secrets:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/upload-crowdin-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on:
workflow_dispatch:
push:
branches:
- develop-exo
- develop-meed
- stable/*
jobs:
upload-crowdin-branch:
name: CI Build
uses: exoplatform/swf-scripts/.github/workflows/upload-crowdin-branches.yml@master
secrets:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit 1bd2a27

Please sign in to comment.