From 702adb7e8cc576c74aa0ae6fff2993ac821a6fdf Mon Sep 17 00:00:00 2001 From: payalcha Date: Wed, 19 Feb 2025 08:19:01 +0000 Subject: [PATCH] yml fix Signed-off-by: payalcha --- .github/workflows/task_runner_straggler_e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/task_runner_straggler_e2e.yml b/.github/workflows/task_runner_straggler_e2e.yml index 358c739503..80285ab9c6 100644 --- a/.github/workflows/task_runner_straggler_e2e.yml +++ b/.github/workflows/task_runner_straggler_e2e.yml @@ -19,7 +19,6 @@ jobs: (github.event_name == 'workflow_dispatch') runs-on: ubuntu-22.04 timeout-minutes: 30 - fail-fast: false # do not immediately fail if one of the combinations fail env: MODEL_NAME: 'torch/mnist_straggler_check' PYTHON_VERSION: 3.10 @@ -49,7 +48,7 @@ jobs: test_type: "With_TLS" test_straggler_cutoff: - name: Without TLS + name: Straggler Cutoff if: | (github.event_name == 'schedule' && github.repository_owner == 'securefederatedai') || (github.event_name == 'workflow_dispatch')