Skip to content

Commit f9d899e

Browse files
Update automerge.yml
Add branch to test and fast forward to the relevant test for now. (Add back the other long running test later)
1 parent 5de3d3e commit f9d899e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/automerge.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "main", "207-test-smollm-v3-tokenizer" ]
8+
branches: [ "main", "208-refactor-nlp-example-to-tokenize-first" ]
99

1010
permissions:
1111
contents: read
@@ -40,9 +40,10 @@ jobs:
4040
# - name: Test text classifier - random search - ham-spam
4141
# run: python3 text-class-ham-or-spam.py
4242
# timeout-minutes: 90
43-
- name: Test image classifier - small subset of CIFAR10 # add back
44-
timeout-minutes: 90
45-
run: python3 cifar10-example.py
43+
# Add back !!!!
44+
# - name: Test image classifier - small subset of CIFAR10 # add back
45+
# timeout-minutes: 90
46+
# run: python3 cifar10-example.py
4647
- name: Phishing email detection with GPT2 embedding
4748
timeout-minutes: 420
4849
run: python3 phishing_email_detection_gpt2.py

0 commit comments

Comments
 (0)