From 8f7b2c40cd74dbe49dc5bbf883cae88856888fdc Mon Sep 17 00:00:00 2001 From: busticated Date: Fri, 20 May 2022 15:26:03 -0700 Subject: [PATCH] TEMPORARY - run ci tests to validate workflow changes --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd988746c7..8352f6ffa1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -430,6 +430,9 @@ workflows: - matches: pattern: "^release/.*" value: << pipeline.git.branch >> + - matches: + pattern: "^chore/sc-101315/.*" + value: << pipeline.git.branch >> jobs: - setup-workspace: <<: *tag_filters