@@ -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/update_reporter_mobx '
33
+ - ' renovate/yarn-1.x '
34
34
- ' publish-binary'
35
35
36
36
# usually we don't build Mac app - it takes a long time
@@ -42,7 +42,7 @@ macWorkflowFilters: &darwin-workflow-filters
42
42
- equal : [ develop, << pipeline.git.branch >> ]
43
43
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
44
44
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
45
- - equal : [ 'ryanm/experiment/esm ', << pipeline.git.branch >> ]
45
+ - equal : [ 'renovate/yarn-1.x ', << pipeline.git.branch >> ]
46
46
- matches :
47
47
pattern : /^release\/\d+\.\d+\.\d+$/
48
48
value : << pipeline.git.branch >>
@@ -53,7 +53,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
53
53
- equal : [ develop, << pipeline.git.branch >> ]
54
54
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
55
55
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
56
- - equal : [ 'chore/update_reporter_mobx ', << pipeline.git.branch >> ]
56
+ - equal : [ 'renovate/yarn-1.x ', << pipeline.git.branch >> ]
57
57
- matches :
58
58
pattern : /^release\/\d+\.\d+\.\d+$/
59
59
value : << pipeline.git.branch >>
@@ -76,7 +76,7 @@ windowsWorkflowFilters: &windows-workflow-filters
76
76
- equal : [ develop, << pipeline.git.branch >> ]
77
77
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
78
78
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
79
- - equal : [ 'chore/update_reporter_mobx ', << pipeline.git.branch >> ]
79
+ - equal : [ 'renovate/yarn-1.x ', << pipeline.git.branch >> ]
80
80
- matches :
81
81
pattern : /^release\/\d+\.\d+\.\d+$/
82
82
value : << pipeline.git.branch >>
@@ -1772,7 +1772,7 @@ jobs:
1772
1772
PLATFORM : linux
1773
1773
machine :
1774
1774
# using `machine` gives us a Linux VM that can run Docker
1775
- image : ubuntu-2004:202111-02
1775
+ image : ubuntu-2004:2023.07.1
1776
1776
docker_layer_caching : true
1777
1777
resource_class : medium
1778
1778
steps :
0 commit comments