Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Dec 17, 2024
1 parent 4da4fc6 commit 737487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- '!.github/'
build-container:
if: ${{ needs.pre-flight.outputs.docs_only == 'false' || github.event.label.name == 'Run CICD' || github.ref == 'refs/heads/main' }}
if: ${{ needs.pre-flight.outputs.docs_only == 'false' && (github.event.label.name == 'Run CICD' || github.ref == 'refs/heads/main') }}
needs: [pre-flight]
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_container.yml@v0.1.0
with:
Expand Down

0 comments on commit 737487f

Please sign in to comment.