Make regression test run on every PR

dev
senhuang42 2021-06-01 05:59:01 +03:00 committed by Sen Huang
parent 18d02cbf2e
commit 88acf0ac65
1 changed files with 5 additions and 16 deletions

View File

@ -84,21 +84,10 @@ workflows:
commit:
jobs:
# Run the tests in parallel
- short-tests-0:
filters:
tags:
only: /.*/
- short-tests-1:
filters:
tags:
only: /.*/
# Create a branch called regression and set it to dev to force a
# regression test run
- regression-test:
filters:
branches:
only:
- regression
- short-tests-0
- short-tests-1
- regression-test
nightly:
triggers:
- schedule:
@ -110,7 +99,7 @@ workflows:
- dev
- master
jobs:
# Run daily long regression tests
# Run daily regression tests
- regression-test