Skip to content

Commit 424baaa

Browse files
committed
Update syntax error
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
1 parent 68d2d3f commit 424baaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_build_container.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ on:
1717
workflow_call:
1818
inputs:
1919
repo_name:
20-
description: "The name of the repo to build container"
21-
required: true
22-
default: ""
23-
type: string
20+
description: "The name of the repo to build container"
21+
required: true
22+
default: ""
23+
type: string
2424

2525
jobs:
2626
steps:

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
runner: self-hosted-nemo
158158
cpu-only: false
159159
timeout: 30
160-
needs: [pre-flight, cicd-wait-in-queue]
160+
needs: [pre-flight, cicd-wait-in-queue, cicd-container-build]
161161
runs-on: ${{ matrix.runner }}
162162
name: ${{ matrix.test-name }}
163163
environment: nemo-ci

0 commit comments

Comments
 (0)