From 112ad45efaab48af87d339d9ba6e6f94979287e4 Mon Sep 17 00:00:00 2001 From: Brandon <37725848+brandon-page@users.noreply.github.com> Date: Thu, 30 Mar 2023 19:52:20 -0700 Subject: [PATCH] Test Non-Member PR --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cbcd58bbf5..c5b42406c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -370,9 +370,6 @@ workflows: when: and: - equal: [ "webhook", << pipeline.trigger_source >> ] - - matches: - pattern: "^pull/\\d+$" - value: << pipeline.git.branch >> jobs: - static-analysis - run-tests: @@ -411,4 +408,4 @@ workflows: matrix: parameters: api_level: [<< pipeline.parameters.api-level >>] - - generate-artifacts \ No newline at end of file + - generate-artifacts