From c75fbd44c4b564e703ed9e33e948368eadc0867a Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 17 May 2024 17:12:53 -0400 Subject: [PATCH] chore(ci): only run circleci on master (#6525) We should be catching errors in old CI, and we were hitting spot instance interruptions that seemingly the best advice was 'ignore them'. Probably time for this --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 534fe6bec59..361d11a9a72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -483,6 +483,9 @@ workflows: # # Used to generate a dynamic 'system' workflow # # This is rewritten to 'system' on the real workflow (otherwise this is ignored by circleci) # equal: [NEVER, << pipeline.parameters.workflow >>] + when: + and: + - equal: [ master, << pipeline.git.branch >> ] jobs: # Noir - noir-x86_64: *defaults