@@ -30,7 +30,7 @@ mainBuildFilters: &mainBuildFilters
30
30
- /^release\/\d+\.\d+\.\d+$/
31
31
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
32
32
- ' update-v8-snapshot-cache-on-develop'
33
- - ' chore/debug-arm64-notary '
33
+ - ' chore/update-electron-sub-dependencies '
34
34
- ' chore/use_cloud_m1_runners'
35
35
- ' publish-binary'
36
36
@@ -43,7 +43,7 @@ macWorkflowFilters: &darwin-workflow-filters
43
43
- equal : [ develop, << pipeline.git.branch >> ]
44
44
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
45
45
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
46
- - equal : [ 'chore/debug-arm64-notary ', << pipeline.git.branch >> ]
46
+ - equal : [ 'chore/update-electron-sub-dependencies ', << pipeline.git.branch >> ]
47
47
- equal : [ 'chore/use_cloud_m1_runners', << pipeline.git.branch >> ]
48
48
- matches :
49
49
pattern : /^release\/\d+\.\d+\.\d+$/
@@ -55,7 +55,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
55
55
- equal : [ develop, << pipeline.git.branch >> ]
56
56
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
57
57
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
58
- - equal : [ 'chore/debug-arm64-notary ', << pipeline.git.branch >> ]
58
+ - equal : [ 'chore/update-electron-sub-dependencies ', << pipeline.git.branch >> ]
59
59
- equal : [ 'chore/use_cloud_m1_runners', << pipeline.git.branch >> ]
60
60
- equal : [ 'publish-binary', << pipeline.git.branch >> ]
61
61
- matches :
@@ -77,7 +77,7 @@ windowsWorkflowFilters: &windows-workflow-filters
77
77
- equal : [ develop, << pipeline.git.branch >> ]
78
78
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
79
79
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
80
- - equal : [ 'chore/debug-arm64-notary ', << pipeline.git.branch >> ]
80
+ - equal : [ 'chore/update-electron-sub-dependencies ', << pipeline.git.branch >> ]
81
81
- equal : [ 'chore/use_cloud_m1_runners', << pipeline.git.branch >> ]
82
82
- matches :
83
83
pattern : /^release\/\d+\.\d+\.\d+$/
@@ -148,7 +148,7 @@ commands:
148
148
name : Set environment variable to determine whether or not to persist artifacts
149
149
command : |
150
150
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
151
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "mschile/issue-26900_browserCriClient " ]]; then
151
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "chore/update-electron-sub-dependencies " ]]; then
152
152
export SHOULD_PERSIST_ARTIFACTS=true
153
153
fi' >> "$BASH_ENV"
154
154
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments