We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031f5ea commit cf94045Copy full SHA for cf94045
.circleci/config.yml
@@ -451,6 +451,7 @@ on-integ-and-version-tags: &on-integ-and-version-tags
451
- master
452
- /^\d+\.\d+.*$/
453
- /^feature-.*$/
454
+ - /^perf-.*$/
455
tags:
456
only: /^v[0-9].*/
457
@@ -505,11 +506,6 @@ workflows:
505
506
requires:
507
- platform_build
508
- build_macos
- - performance_ci_automation_not_integ:
509
- <<: *context
510
- <<: *not-on-integ-branch
511
- requires:
512
- - build
513
- performance_ci_automation:
514
<<: *context
515
<<: *on-integ-and-version-tags
0 commit comments