Skip to content

Commit bcf8069

Browse files
Apply suggestions from code review
1 parent 75672ce commit bcf8069

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/workflows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
6262
- equal: [ develop, << pipeline.git.branch >> ]
6363
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
6464
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
65-
- equal: [ 'feat/cy-prompt', << pipeline.git.branch >> ]
66-
- equal: [ 'ryanm/chore/enable-open-mode-simuation', << pipeline.git.branch >> ]
6765
- matches:
6866
pattern: /^release\/\d+\.\d+\.\d+$/
6967
value: << pipeline.git.branch >>
@@ -86,8 +84,6 @@ windowsWorkflowFilters: &windows-workflow-filters
8684
- equal: [ develop, << pipeline.git.branch >> ]
8785
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
8886
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
89-
- equal: [ 'feat/cy-prompt', << pipeline.git.branch >> ]
90-
- equal: [ 'ryanm/chore/enable-open-mode-simuation', << pipeline.git.branch >> ]
9187
- matches:
9288
pattern: /^release\/\d+\.\d+\.\d+$/
9389
value: << pipeline.git.branch >>

0 commit comments

Comments
 (0)