mirror of https://github.com/open-mmlab/mmocr.git
[CI] Update CI config (#1230)
parent
f2024dc4bf
commit
2381c993ea
|
@ -129,6 +129,7 @@ workflows:
|
|||
branches:
|
||||
ignore:
|
||||
- dev-1.x
|
||||
- test-1.x
|
||||
pr_stage_test:
|
||||
when:
|
||||
not:
|
||||
|
@ -140,6 +141,7 @@ workflows:
|
|||
branches:
|
||||
ignore:
|
||||
- dev-1.x
|
||||
- test-1.x
|
||||
merge_stage_test:
|
||||
when:
|
||||
not:
|
||||
|
@ -156,6 +158,7 @@ workflows:
|
|||
branches:
|
||||
only:
|
||||
- dev-1.x
|
||||
- test-1.x
|
||||
- build_cpu:
|
||||
name: minimum_version_cpu
|
||||
torch: 1.6.0
|
||||
|
@ -168,6 +171,7 @@ workflows:
|
|||
branches:
|
||||
only:
|
||||
- dev-1.x
|
||||
- test-1.x
|
||||
- build_cpu:
|
||||
name: maximum_version_cpu
|
||||
torch: 1.9.0
|
||||
|
|
Loading…
Reference in New Issue