Skip to content

Commit 1b644f5

Browse files
authored
cp: ci: Skip cleanup-taint-node jobs during deployments (3612) into core_r0.16.0 (NVIDIA#3613)
Signed-off-by: oliver könig <okoenig@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
1 parent 3bec9aa commit 1b644f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ jobs:
705705
always()
706706
&& !cancelled()
707707
&& contains(needs.is-not-external-contributor.outputs.selected_runner, 'ephemeral')
708+
&& !needs.pre-flight.outputs.is_deployment_workflow == 'true'
708709
steps:
709710
- name: Taint node for cleanup
710711
shell: bash

0 commit comments

Comments
 (0)