From 902081d44eeaa05fa710aad324cd9cc719aab73d Mon Sep 17 00:00:00 2001 From: himself65 Date: Fri, 26 May 2023 15:26:12 +0800 Subject: [PATCH] ci: remove concurrency in `languages-sync.yml` --- .github/workflows/languages-sync.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/languages-sync.yml b/.github/workflows/languages-sync.yml index afeebe9e85..135778e3d8 100644 --- a/.github/workflows/languages-sync.yml +++ b/.github/workflows/languages-sync.yml @@ -13,14 +13,6 @@ on: - '.github/workflows/languages-sync.yml' workflow_dispatch: -# Cancels all previous workflow runs for pull requests that have not completed. -# See https://docs.github.com/en/actions/using-jobs/using-concurrency -concurrency: - # The concurrency group contains the workflow name and the branch name for - # pull requests or the commit hash for any other events. - group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} - cancel-in-progress: true - jobs: main: runs-on: ubuntu-latest