Skip to content

Commit

Permalink
Revert testing changes
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Nov 12, 2024
1 parent 7783e5d commit 3204812
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/task_runner_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
name: Task Runner E2E

on:
pull_request:
branches: [ develop ]
types: [opened, synchronize, reopened, ready_for_review]
schedule:
- cron: '0 0 * * *' # Run every day at midnight
workflow_dispatch:
Expand Down Expand Up @@ -40,10 +37,8 @@ jobs:
matrix:
# There are open issues for some of the models, so excluding them for now:
# model_name: [ "torch_cnn_mnist", "keras_cnn_mnist", "torch_cnn_histology" ]
# model_name: [ "torch_cnn_mnist", "keras_cnn_mnist" ]
# python_version: [ "3.8", "3.9", "3.10" ]
model_name: [ "torch_cnn_mnist" ]
python_version: [ "3.10" ]
model_name: [ "torch_cnn_mnist", "keras_cnn_mnist" ]
python_version: [ "3.8", "3.9", "3.10" ]
fail-fast: false # do not immediately fail if one of the combinations fail

env:
Expand Down

0 comments on commit 3204812

Please sign in to comment.