diff --git a/.github/workflows/i18n-automerge.yml b/.github/workflows/i18n-automerge.yml index ea1eb0675..7913bdd9f 100644 --- a/.github/workflows/i18n-automerge.yml +++ b/.github/workflows/i18n-automerge.yml @@ -10,9 +10,9 @@ jobs: github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'l10n_main' runs-on: ubuntu-latest - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + # concurrency: + # group: ${{ github.workflow }}-${{ github.ref }} + # cancel-in-progress: true steps: - uses: actions/checkout@v4