Skip to content

Commit

Permalink
Fix CI trigger issue (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 authored Dec 21, 2024
1 parent f18a440 commit 3e7801b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/integration-test-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pr:
branches:
include:
- main
- release/*
drafts: false

jobs:
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pr:
branches:
include:
- main
- release/*
drafts: false

jobs:
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/nccl-api-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
trigger:
- main
- release/*

pr:
branches:
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/ut.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
trigger:
- main
- release/*

pr:
branches:
Expand Down

0 comments on commit 3e7801b

Please sign in to comment.