File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
62
62
- equal : [ develop, << pipeline.git.branch >> ]
63
63
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
64
64
- 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 >> ]
67
65
- matches :
68
66
pattern : /^release\/\d+\.\d+\.\d+$/
69
67
value : << pipeline.git.branch >>
@@ -86,8 +84,6 @@ windowsWorkflowFilters: &windows-workflow-filters
86
84
- equal : [ develop, << pipeline.git.branch >> ]
87
85
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
88
86
- 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 >> ]
91
87
- matches :
92
88
pattern : /^release\/\d+\.\d+\.\d+$/
93
89
value : << pipeline.git.branch >>
You can’t perform that action at this time.
0 commit comments