Skip to content

Commit 74ae4d9

Browse files
In CI, ensure only one run per PR/branch happens at a time (#382)
1 parent 7967c61 commit 74ae4d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: ['main']
66
pull_request:
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
710
jobs:
811
tests:
912
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)