Skip to content

Commit 9288dd6

Browse files
committed
pass BRANCH, TRITON, and BACKEND inputs to called delivery workflow
1 parent fa94c53 commit 9288dd6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nvidia3.3-delivery.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,8 @@ jobs:
8484
WHL_VER: ${{ inputs.WHL_VER }}
8585
PYTHON_VER: ${{ inputs.PYTHON_VER }}
8686
PLATFORM: ${{ inputs.PLATFORM }}
87+
BRANCH: ${{ inputs.BRANCH }}
88+
TRITON: ${{ inputs.TRITON }}
89+
BACKEND: ${{ inputs.BACKEND }}
8790
FLAGTREE_PYPI_KEY: ${{ inputs.FLAGTREE_PYPI_KEY }}
8891
secrets: inherit

0 commit comments

Comments
 (0)