fix(ci): update actions

This commit is contained in:
Amruth Pillai
2023-11-13 18:47:21 +01:00
parent bdc8353196
commit a2f0a88e02
2 changed files with 3 additions and 27 deletions

View File

@ -2,6 +2,9 @@ name: Publish Docker Image
on:
workflow_dispatch:
push:
branches:
- v4
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -1,27 +0,0 @@
name: Update Translations
on:
push:
branches:
- v4
jobs:
update-translations:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
- name: Sync Sources with Crowdin
uses: crowdin/github-action@v1.14.1
with:
upload_sources: true
upload_translations: false
create_pull_request: false
download_translations: false
localization_branch_name: l10n
env:
GITHUB_TOKEN: ${{ github.token }}
CROWDIN_PROJECT_ID: "503410"
CROWDIN_ACCESS_TOKEN: ${{ secrets.CROWDIN_TOKEN }}