Skip to content

Commit

Permalink
CI: auto-cancel Azure builds in PR (#42583)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli committed Jul 20, 2021
1 parent 0f1385e commit b72b6b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ trigger:
- 'doc/*'

pr:
- master
- 1.2.x
- 1.3.x
autoCancel: true
branches:
include:
- master
- 1.3.x

variables:
PYTEST_WORKERS: auto
Expand Down

0 comments on commit b72b6b2

Please sign in to comment.