[Enhancement] Set up circle-ci on test-1.x branch (#1852)

This commit is contained in:
Miao Zheng 2022-08-01 19:58:47 +08:00 committed by GitHub
parent 85ef7b905a
commit fdaf8ea7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,7 @@ workflows:
branches: branches:
ignore: ignore:
- dev-1.x - dev-1.x
- test-1.x
pr_stage_test: pr_stage_test:
when: when:
not: not:
@ -145,6 +146,7 @@ workflows:
branches: branches:
ignore: ignore:
- dev-1.x - dev-1.x
- test-1.x
- build_cpu: - build_cpu:
name: minimum_version_cpu name: minimum_version_cpu
torch: 1.6.0 torch: 1.6.0
@ -190,3 +192,4 @@ workflows:
branches: branches:
only: only:
- dev-1.x - dev-1.x
- test-1.x