Skip to content

Commit 860b7c9

Browse files
update
1 parent 961c21d commit 860b7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
################################################################################
8989
- job: Linux_Native_Build_For_Packages
9090
################################################################################
91-
condition: and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'u/kickBuild'))
91+
condition: and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'kickBuild'))
9292
variables:
9393
BuildConfig: Release
9494
OfficialBuildId: $(BUILD.BUILDNUMBER)
@@ -471,7 +471,7 @@ jobs:
471471
################################################################################
472472
- job: Build_libtorch_cuda_linux_Packages
473473
################################################################################
474-
condition: and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'u/kickBuild'), eq(variables['BuildLibTorchPackages'], 'true'))
474+
condition: and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'kickBuild'), eq(variables['BuildLibTorchPackages'], 'true'))
475475
dependsOn:
476476
- Linux_Native_Build_For_Packages
477477
variables:

0 commit comments

Comments
 (0)