We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d02cb commit 88acf0aCopy full SHA for 88acf0a
.circleci/config.yml
@@ -84,21 +84,10 @@ workflows:
84
commit:
85
jobs:
86
# Run the tests in parallel
87
- - short-tests-0:
88
- filters:
89
- tags:
90
- only: /.*/
91
- - short-tests-1:
92
93
94
95
- # Create a branch called regression and set it to dev to force a
96
- # regression test run
97
- - regression-test:
98
99
- branches:
100
- only:
101
- - regression
+ - short-tests-0
+ - short-tests-1
+ - regression-test
+
102
nightly:
103
triggers:
104
- schedule:
@@ -110,7 +99,7 @@ workflows:
110
- dev
111
- master
112
113
- # Run daily long regression tests
+ # Run daily regression tests
114
- regression-test
115
116
105
0 commit comments