Skip to content

Commit

Permalink
chore(ci): only run circleci on master (#6525)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ludamad authored May 17, 2024
1 parent 002b4aa commit c75fbd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c75fbd4

Please sign in to comment.