Skip to content

Commit 46fa7f5

Browse files
committed
Fix syntax error in workflow
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent c3e5ea2 commit 46fa7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
runner: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
266266

267267
cicd-e2e-tests-inframework:
268-
needs: [pre-flight, cicd-unit-tests-trtllm, cicd-unit-tests-vllm]]
268+
needs: [pre-flight, cicd-unit-tests-trtllm, cicd-unit-tests-vllm]
269269
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
270270
name: ${{ matrix.is_optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}
271271
environment: nemo-ci

0 commit comments

Comments
 (0)