diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94d6da147..5bbcf0e0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,6 @@ on: - "dependabot/**" pull_request: -concurrency: - group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && format('-{0}', github.sha) || '' }} - jobs: Windows: name: 'Windows (${{ matrix.python }}, ${{ matrix.arch }}${{ matrix.extra_name }}): ${{ matrix.repeat }}'