@@ -28,8 +28,7 @@ mainBuildFilters: &mainBuildFilters
28
28
only :
29
29
- develop
30
30
- /^release\/\d+\.\d+\.\d+$/
31
- - ' ryanm/fix/v8-improvements'
32
- - ' mschile/windows_session'
31
+ - ' ryanm/fix/cy-in-cy-and-v8-snapshots'
33
32
34
33
# usually we don't build Mac app - it takes a long time
35
34
# but sometimes we want to really confirm we are doing the right thing
@@ -38,17 +37,15 @@ macWorkflowFilters: &darwin-workflow-filters
38
37
when :
39
38
or :
40
39
- equal : [ develop, << pipeline.git.branch >> ]
41
- - equal : [ 'ryanm/fix/v8-improvements', << pipeline.git.branch >> ]
42
- - equal : [ 'mschile/windows_session', << pipeline.git.branch >> ]
40
+ - equal : [ 'ryanm/fix/cy-in-cy-and-v8-snapshots', << pipeline.git.branch >> ]
43
41
- matches :
44
42
pattern : /^release\/\d+\.\d+\.\d+$/
45
43
value : << pipeline.git.branch >>
46
44
linuxArm64WorkflowFilters : &linux-arm64-workflow-filters
47
45
when :
48
46
or :
49
47
- equal : [ develop, << pipeline.git.branch >> ]
50
- - equal : [ 'ryanm/fix/v8-improvements', << pipeline.git.branch >> ]
51
- - equal : [ 'mschile/windows_session', << pipeline.git.branch >> ]
48
+ - equal : [ 'ryanm/fix/cy-in-cy-and-v8-snapshots', << pipeline.git.branch >> ]
52
49
- matches :
53
50
pattern : /^release\/\d+\.\d+\.\d+$/
54
51
value : << pipeline.git.branch >>
@@ -66,8 +63,7 @@ windowsWorkflowFilters: &windows-workflow-filters
66
63
when :
67
64
or :
68
65
- equal : [ develop, << pipeline.git.branch >> ]
69
- - equal : [ 'ryanm/fix/v8-improvements', << pipeline.git.branch >> ]
70
- - equal : [ 'mschile/windows_session', << pipeline.git.branch >> ]
66
+ - equal : [ 'ryanm/fix/cy-in-cy-and-v8-snapshots', << pipeline.git.branch >> ]
71
67
- matches :
72
68
pattern : /^release\/\d+\.\d+\.\d+$/
73
69
value : << pipeline.git.branch >>
@@ -133,7 +129,7 @@ commands:
133
129
- run :
134
130
name : Check current branch to persist artifacts
135
131
command : |
136
- if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "ryanm/fix/v8-improvements " ]]; then
132
+ if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "ryanm/fix/cy-in-cy-and- v8-snapshots " ]]; then
137
133
echo "Not uploading artifacts or posting install comment for this branch."
138
134
circleci-agent step halt
139
135
fi
0 commit comments