Skip to content

Commit

Permalink
trigger ci for release branches (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 authored Dec 21, 2024
1 parent e2230aa commit f18a440
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/integration-test-rocm.yml
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/integration-test.yml
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/multi-nodes-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
trigger:
- main
- release/*

# Do not run multi-nodes-test for PR, we can trigger it manually
pr: none
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/nccl-api-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pr:
branches:
include:
- main
- release/*
drafts: false

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

jobs:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches:
- main
- release/*
pull_request:
branches: [ main ]
branches:
- main
- release/*
schedule:
- cron: "30 1 * * 1"

Expand Down

0 comments on commit f18a440

Please sign in to comment.