Skip to content

Commit fd70297

Browse files
authored
Test concurrency groups in the test pipeline (#132)
1 parent 88e048f commit fd70297

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Python SDK CI
22
on: [push, workflow_dispatch]
33

4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+
cancel-in-progress: true
7+
48
jobs:
59
test-stage:
610
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)