Skip to content

Commit

Permalink
Remove concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Sep 22, 2024
1 parent 4112085 commit 3e8648d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 3e8648d

Please sign in to comment.