Skip to content

Commit 88acf0a

Browse files
committed
Make regression test run on every PR
1 parent 18d02cb commit 88acf0a

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.circleci/config.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,10 @@ workflows:
8484
commit:
8585
jobs:
8686
# Run the tests in parallel
87-
- short-tests-0:
88-
filters:
89-
tags:
90-
only: /.*/
91-
- short-tests-1:
92-
filters:
93-
tags:
94-
only: /.*/
95-
# Create a branch called regression and set it to dev to force a
96-
# regression test run
97-
- regression-test:
98-
filters:
99-
branches:
100-
only:
101-
- regression
87+
- short-tests-0
88+
- short-tests-1
89+
- regression-test
90+
10291
nightly:
10392
triggers:
10493
- schedule:
@@ -110,7 +99,7 @@ workflows:
11099
- dev
111100
- master
112101
jobs:
113-
# Run daily long regression tests
102+
# Run daily regression tests
114103
- regression-test
115104

116105

0 commit comments

Comments
 (0)