Skip to content

Commit 46484fd

Browse files
authored
Disable CircleCI and add a concurrency limiter to GitHub Actions (#576)
1 parent dd04ad9 commit 46484fd

File tree

2 files changed

+4
-59
lines changed

2 files changed

+4
-59
lines changed

.circleci/config.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/ci-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
push:
77
branches: [ main ]
88

9+
concurrency:
10+
group: pr-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
unit-test:
1115
name: Unit Tests (Python ${{ matrix.python-version }})

0 commit comments

Comments
 (0)