File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010 # this is for release CI
1111 tags :
1212 # release tag example: mlir-tensorrt-v0.4.3 or mlir-tensorrt-v0.4.3dev20251212
13- - ' mlir-tensorrt-v[0-9]*.[0-9]*.[0-9] *'
13+ - ' mlir-tensorrt-v. *'
1414 workflow_dispatch :
1515 # this is for nightly CI, it will be automatically triggered by the schedule on main branch only
1616 # schedule:
@@ -113,4 +113,3 @@ jobs:
113113concurrency :
114114 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-mlir-tensorrt
115115 cancel-in-progress : true
116-
Original file line number Diff line number Diff line change 11set (MLIR_TENSORRT_VERSION_MAJOR "0" )
22set (MLIR_TENSORRT_VERSION_MINOR "4" )
3- set (MLIR_TENSORRT_VERSION_PATCH "3 " )
3+ set (MLIR_TENSORRT_VERSION_PATCH "4 " )
44set (MLIR_TENSORRT_VERSION
55 "${MLIR_TENSORRT_VERSION_MAJOR} .${MLIR_TENSORRT_VERSION_MINOR} .${MLIR_TENSORRT_VERSION_PATCH} " )
66
You can’t perform that action at this time.
0 commit comments