ci: remove concurrency in languages-sync.yml

This commit is contained in:
himself65 2023-05-26 15:26:12 +08:00
parent 7969b73979
commit 902081d44e
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625

View File

@ -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