diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index e0425ba2f2..464e82e7c7 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -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 }} diff --git a/.github/workflows/e2e-embed.yml b/.github/workflows/e2e-embed.yml index af646951c5..9312999331 100644 --- a/.github/workflows/e2e-embed.yml +++ b/.github/workflows/e2e-embed.yml @@ -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 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 038edfd60b..bbc15d5f6d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 diff --git a/.github/workflows/required-checks.yml b/.github/workflows/required-checks.yml index e3ec2a35aa..af0bce1bae 100644 --- a/.github/workflows/required-checks.yml +++ b/.github/workflows/required-checks.yml @@ -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