diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41d6e87166a2d..9348638705747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,6 @@ on: - cron: "0 */12 * * *" workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }}${{ github.event_name == 'workflow_dispatch' && '-all' || '' }}${{ github.event_name == 'schedule' && '-all' || '' }} - cancel-in-progress: true - jobs: check: name: Check