Skip to content

Commit 8d22a96

Browse files
committed
misc(ci): use ci-build.yaml as main dispatcher
1 parent 7b1f4bc commit 8d22a96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci_build.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ jobs:
4747
# https://github.com/actions/runner/issues/2206
4848
release-tests: ${{ inputs.release-tests == true }}
4949
secrets: inherit
50+
51+
build-trtllm:
52+
uses: ./.github/workflows/build_trtllm.yaml
53+
with:
54+
runs-on: aws-highmemory-64-plus-priv
55+
permissions:
56+
contents: write
57+
packages: write
58+
id-token: write
59+
secrets: inherit

0 commit comments

Comments
 (0)