Skip to content

Commit cf94045

Browse files
Running only performance CI on integration branches (#2026)
1 parent 031f5ea commit cf94045

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ on-integ-and-version-tags: &on-integ-and-version-tags
451451
- master
452452
- /^\d+\.\d+.*$/
453453
- /^feature-.*$/
454+
- /^perf-.*$/
454455
tags:
455456
only: /^v[0-9].*/
456457

@@ -505,11 +506,6 @@ workflows:
505506
requires:
506507
- platform_build
507508
- build_macos
508-
- performance_ci_automation_not_integ:
509-
<<: *context
510-
<<: *not-on-integ-branch
511-
requires:
512-
- build
513509
- performance_ci_automation:
514510
<<: *context
515511
<<: *on-integ-and-version-tags

0 commit comments

Comments
 (0)