We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 862b5db commit 23f4110Copy full SHA for 23f4110
.circleci/config.yml
@@ -540,10 +540,11 @@ jobs:
540
- store_test_results:
541
path: ~/test-results
542
- when:
543
- # NOTE(AR) only persist the workspace when it is `large` as we then reuse it for the `code-coverage` jobs
+ # NOTE(AR) only persist the workspace when we are on the `main` branch, and it has a `large` compute, as we then reuse it for the `code-coverage` jobs
544
condition:
545
and:
546
- equal: [ large, << parameters.compute_size >> ]
547
+ - equal: [ main, << pipeline.git.branch >> ]
548
steps:
549
- persist_project:
550
compute_size: << parameters.compute_size >>
0 commit comments