Skip to content

Commit 9a226f0

Browse files
Update automerge.yml
Comment out workflow not affected by changes that is time consuming...
1 parent 0d3ae0c commit 9a226f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
# - name: Test text classifier - random search - ham-spam
5050
# run: python3 text-class-ham-or-spam.py
5151
# timeout-minutes: 90
52-
- name: Test image classifier - small subset of CIFAR10 # add back
53-
timeout-minutes: 90
52+
# - name: Test image classifier - small subset of CIFAR10 # add back
53+
# timeout-minutes: 90
5454
run: python3 cifar10-example.py
5555
- name: Phishing email detection with GPT2 embedding
5656
timeout-minutes: 300

0 commit comments

Comments
 (0)