Skip to content

Commit c09086b

Browse files
committed
Reverting CI workflows
1 parent 37344d7 commit c09086b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/workflows.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mainBuildFilters: &mainBuildFilters
2828
only:
2929
- develop
3030
- /^release\/\d+\.\d+\.\d+$/
31-
- 'feature/IATR-M0'
31+
- 'emily/next-version'
3232

3333
# usually we don't build Mac app - it takes a long time
3434
# but sometimes we want to really confirm we are doing the right thing
@@ -37,7 +37,7 @@ macWorkflowFilters: &darwin-workflow-filters
3737
when:
3838
or:
3939
- equal: [ develop, << pipeline.git.branch >> ]
40-
- equal: [ 'feature/IATR-M0', << pipeline.git.branch >> ]
40+
- equal: [ 'mschile/chrome_memory_fix', << pipeline.git.branch >> ]
4141
- matches:
4242
pattern: /^release\/\d+\.\d+\.\d+$/
4343
value: << pipeline.git.branch >>
@@ -46,7 +46,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
4646
when:
4747
or:
4848
- equal: [ develop, << pipeline.git.branch >> ]
49-
- equal: [ 'feature/IATR-M0', << pipeline.git.branch >> ]
49+
- equal: [ 'mschile/chrome_memory_fix', << pipeline.git.branch >> ]
5050
- matches:
5151
pattern: /^release\/\d+\.\d+\.\d+$/
5252
value: << pipeline.git.branch >>
@@ -64,7 +64,7 @@ windowsWorkflowFilters: &windows-workflow-filters
6464
when:
6565
or:
6666
- equal: [ develop, << pipeline.git.branch >> ]
67-
- equal: [ 'feature/IATR-M0', << pipeline.git.branch >> ]
67+
- equal: [ 'mschile/chrome_memory_fix', << pipeline.git.branch >> ]
6868
- matches:
6969
pattern: /^release\/\d+\.\d+\.\d+$/
7070
value: << pipeline.git.branch >>
@@ -130,7 +130,7 @@ commands:
130130
- run:
131131
name: Check current branch to persist artifacts
132132
command: |
133-
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feature/IATR-M0" ]]; then
133+
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "emily/next-version" ]]; then
134134
echo "Not uploading artifacts or posting install comment for this branch."
135135
circleci-agent step halt
136136
fi

0 commit comments

Comments
 (0)