testing auto crowdin

pull/6444/head
zomars 2023-01-12 16:01:33 -07:00
parent 62a09e7098
commit 83b4ba94fc
4 changed files with 6 additions and 10 deletions

View File

@ -9,6 +9,8 @@ concurrency:
cancel-in-progress: true
jobs:
required-checks:
uses: calcom/cal.com/.github/workflows/required-checks.yml@main
synchronize-with-crowdin:
runs-on: ubuntu-latest
@ -21,7 +23,7 @@ jobs:
with:
upload_translations: true
download_translations: true
pull_request_labels: '♻️ autoupdate, automerge'
pull_request_labels: "♻️ autoupdate, automerge"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

View File

@ -7,9 +7,7 @@ on:
paths:
- apps/web/**
- packages/embeds/**
workflow_run:
workflows: [Crowdin Action]
types: [completed]
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

View File

@ -6,9 +6,7 @@ on:
paths:
- apps/web/**
- packages/**
workflow_run:
workflows: [Crowdin Action]
types: [completed]
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

View File

@ -3,9 +3,7 @@ on:
pull_request:
branches:
- main
workflow_run:
workflows: [Crowdin Action]
types: [completed]
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true