From 9602cdea404a7bee69e0298ad7fd015947a283fb Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Thu, 12 Aug 2021 15:52:25 -0400 Subject: [PATCH 1/2] runs "staging-test-with-rebase" only on "release/*" branches --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96f1f476fb..63d5c995ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -312,8 +312,8 @@ workflows: - staging-test-with-rebase: filters: branches: - ignore: - - /i18n-.*/ + only: + - /release\/.*/ requires: - lint - translation-tests: From 5f0894c5487928d65fb1cdc21b5aa4fff73771aa Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Thu, 12 Aug 2021 15:53:09 -0400 Subject: [PATCH 2/2] adds "staging-test-with-rebase" to nightly workflow --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63d5c995ed..aa0c8842f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -339,6 +339,7 @@ workflows: only: - develop jobs: + - staging-test-with-rebase - static-analysis-and-no-known-cves weekly: