Skip to content

Commit

Permalink
yml fix
Browse files Browse the repository at this point in the history
Signed-off-by: payalcha <[email protected]>
  • Loading branch information
payalcha committed Feb 19, 2025
1 parent b7be3fa commit 702adb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/task_runner_straggler_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 702adb7

Please sign in to comment.