Skip to content

Commit f321369

Browse files
Backport PR #42583: CI: auto-cancel Azure builds in PR (#42641)
Co-authored-by: Fangchen Li <[email protected]>
1 parent c69eb29 commit f321369

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

azure-pipelines.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ trigger:
99
- 'doc/*'
1010

1111
pr:
12-
- master
13-
- 1.2.x
14-
- 1.3.x
12+
autoCancel: true
13+
branches:
14+
include:
15+
- master
16+
- 1.3.x
1517

1618
variables:
1719
PYTEST_WORKERS: auto

0 commit comments

Comments
 (0)