diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a8c386422..0065dcd243 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,13 +92,16 @@ workflows: filters: tags: only: /.*/ - # Create a branch called regression and set it to dev to force a - # regression test run - regression-test: filters: + tags: + only: /.*/ branches: only: - regression + # Create a branch called regression and set it to dev to force a + # regression test run + nightly: triggers: - schedule: @@ -110,7 +113,7 @@ workflows: - dev - master jobs: - # Run daily long regression tests + # Run daily regression tests - regression-test