mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Add rel* branches to upload training packages to final storage (#13124)
This commit is contained in:
parent
9a44a69653
commit
f99d00fa38
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ stages:
|
|||
|
||||
variables:
|
||||
- name: isMain
|
||||
value: ${{ eq(variables['Build.SourceBranch'], 'refs/heads/main') }}
|
||||
value: ${{ or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/rel-')) }}
|
||||
- name: finalStorage
|
||||
${{ if eq(variables['isMain'], 'true') }}:
|
||||
value: '--final_storage'
|
||||
|
|
|
|||
Loading…
Reference in a new issue