Skip to content

Commit e1ee825

Browse files
committed
windows again
1 parent 52e2f7f commit e1ee825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ windowsWorkflowFilters: &windows-workflow-filters
7272
- equal: [ develop, << pipeline.git.branch >> ]
7373
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
7474
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
75-
- equal: ['feature/ct-public-api', << pipeline.git.branch >> ]
75+
- equal: [ 'feature/ct-public-api', << pipeline.git.branch >> ]
7676
- matches:
7777
pattern: /^release\/\d+\.\d+\.\d+$/
7878
value: << pipeline.git.branch >>
@@ -138,7 +138,7 @@ commands:
138138
- run:
139139
name: Check current branch to persist artifacts
140140
command: |
141-
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "fix-duplicate-and-expired-cookies" ]]; then
141+
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feature/ct-public-api" ]]; then
142142
echo "Not uploading artifacts or posting install comment for this branch."
143143
circleci-agent step halt
144144
fi

0 commit comments

Comments
 (0)