From 3e8648d2b4f86e58c9587c7a067a2028e9bb1b5c Mon Sep 17 00:00:00 2001 From: EXPLOSION Date: Sun, 22 Sep 2024 06:02:10 -0400 Subject: [PATCH] Remove concurrency --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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 }}'