Skip to content

Commit 9f7cb8d

Browse files
authored
Don't build draft PRs on AZP (#442)
* Don't build draft PRs on AZP * put key in correct place
1 parent cc0be6a commit 9f7cb8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pr:
88
branches:
99
include:
1010
- master
11+
drafts: false
1112
schedules:
1213
- cron: "15 1-23/3 * * *"
1314
displayName: Scheduled CI run every 3 hours

0 commit comments

Comments
 (0)